Commit 1ee4cab0 authored by michaelni's avatar michaelni

oops


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1679 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9ef99640
...@@ -4508,9 +4508,6 @@ static int decode_vol_header(MpegEncContext *s, GetBitContext *gb){ ...@@ -4508,9 +4508,6 @@ static int decode_vol_header(MpegEncContext *s, GetBitContext *gb){
s->data_partitioning= get_bits1(gb); s->data_partitioning= get_bits1(gb);
if(s->data_partitioning){ if(s->data_partitioning){
s->rvlc= get_bits1(gb); s->rvlc= get_bits1(gb);
if(s->rvlc){
printf("reversible vlc not supported\n");
}
} }
if(vo_ver_id != 1) { 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