[FFmpeg-trac] #3133(avcodec:closed): Incompatibilities beween ffmpeg 2.0.2 and 2.1 exposed via XBMC

FFmpeg trac at avcodec.org
Tue Jan 21 16:32:07 CET 2014


#3133: Incompatibilities beween ffmpeg 2.0.2 and 2.1 exposed via XBMC
-------------------------------------+-------------------------------------
             Reporter:  EricV        |                    Owner:
                 Type:  defect       |                   Status:  closed
             Priority:  important    |                Component:  avcodec
              Version:  git-master   |               Resolution:  fixed
             Keywords:  vdpau        |               Blocked By:
  regression                         |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by heleppkes):

 Should've just increased the MAX_SLICES define in the first place. Memory
 is cheap, and allocating say 1024 slices may waste a few bytes, but only
 in one allocation.

 In any case, the important fact is that it shall not be part of the public
 user-facing struct, neither for VDPAU or DXVA. If a decoder needs an
 internal global state for something, maybe it should get one, instead of
 polluting the user-struct and breaking ABI everytime something is changed?
 :)

--
Ticket URL: <https://trac.ffmpeg.org/ticket/3133#comment:92>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list