#2240: xvid: visible artefects
------------------------------------+-----------------------------------
Reporter: ami_stuff | Owner:
Type: defect | Status: open
Priority: normal | Component: avcodec
Version: git-master | Resolution:
Keywords: asp | Blocked By:
Blocking: | Reproduced by developer: 1
Analyzed by developer: 0 |
------------------------------------+-----------------------------------
Comment (by michael):
below may or may not work (needs testing with lots of old xvid files, that
is maybe puting an assert there to first find which are affected and then
looking at them to see which way is better for affected files)
{{{
- if(s->xvid_build<=12U)
+ if(s->xvid_build > 0 && s->xvid_build<=12U)
}}}
--
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2240#comment:3>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://avcodec.org/mailman/listinfo/ffmpeg-trac