[FFmpeg-trac] #5676(undetermined:new): 3.1 is broken with (at least) mp3 audio

FFmpeg trac at avcodec.org
Wed Jun 29 10:44:56 CEST 2016


#5676: 3.1 is broken with (at least) mp3 audio
-------------------------------------+-------------------------------------
             Reporter:  marillat     |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  important    |                Component:
              Version:  git-master   |  undetermined
             Keywords:  regression   |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  1
-------------------------------------+-------------------------------------

Comment (by heleppkes):

 ffplay accesses AVFilterLink->channels, which is NOT part of the public
 API/ABI, and as such its no wonder it breaks when mixing up library
 versions. This is a bug in ffplay, not in avfilter.

 Admittedly the public/private API/ABI separation within the same struct is
 not the best design, but its one we consistently use throughout various
 context structs.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/5676#comment:17>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list