mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
Fix rv20 encoding so the binary decoder can decode it.
Originally committed as revision 25203 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
48f7f29f52
commit
53eb458a72
4 changed files with 10 additions and 10 deletions
|
|
@ -41,7 +41,7 @@ void rv20_encode_picture_header(MpegEncContext *s, int picture_number){
|
|||
put_bits(&s->pb, 1, s->no_rounding);
|
||||
|
||||
assert(s->f_code == 1);
|
||||
assert(s->unrestricted_mv == 1);
|
||||
assert(s->unrestricted_mv == 0);
|
||||
assert(s->alt_inter_vlc == 0);
|
||||
assert(s->umvplus == 0);
|
||||
assert(s->modified_quant==1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue