mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-30 22:50:48 +00:00
oops
Originally committed as revision 1679 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a4e8b58761
commit
e13f860ac8
@ -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…
Reference in New Issue
Block a user