mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-07-26 03:06:26 +00:00
oops
Originally committed as revision 1679 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -4508,9 +4508,6 @@ static int decode_vol_header(MpegEncContext *s, GetBitContext *gb){
|
||||
s->data_partitioning= get_bits1(gb);
|
||||
if(s->data_partitioning){
|
||||
s->rvlc= get_bits1(gb);
|
||||
if(s->rvlc){
|
||||
printf("reversible vlc not supported\n");
|
||||
}
|
||||
}
|
||||
|
||||
if(vo_ver_id != 1) {
|
||||
|
||||
Reference in New Issue
Block a user