Browse Source

oops

Originally committed as revision 1679 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 23 years ago
parent
commit
e13f860ac8
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      libavcodec/h263.c

+ 0
- 3
libavcodec/h263.c View File

@@ -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) {


Loading…
Cancel
Save