[FFmpeg-trac] #2240(avcodec:open): xvid: visible artefects

FFmpeg trac at avcodec.org
Wed Feb 27 18:03:28 CET 2013


#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


More information about the FFmpeg-trac mailing list