Commit e13f860a authored by Michael Niedermayer's avatar Michael Niedermayer

oops

Originally committed as revision 1679 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent a4e8b587
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment