[FFmpeg-trac] #4779(avcodec:new): Crash with recent libx265

FFmpeg trac at avcodec.org
Tue Aug 18 15:53:49 CEST 2015


#4779: Crash with recent libx265
---------------------------------------+-----------------------------------
             Reporter:  haruka         |                    Owner:
                 Type:  defect         |                   Status:  new
             Priority:  important      |                Component:  avcodec
              Version:  git-master     |               Resolution:
             Keywords:  libx265 crash  |               Blocked By:
             Blocking:                 |  Reproduced by developer:  0
Analyzed by developer:  0              |
---------------------------------------+-----------------------------------

Comment (by haruka):

 I think you are right that the problem isn't in the ffmpeg part.

 After checking the specified changeset, x265 doc and ffmpeg source, it
 seems that the `x265_api_get()` now has adapted to multilib build, and it
 appears to me that the problem is indeed in that function which just
 recursively calls itself if the library is not built as multilib.

 Without more insights, I thought that it's ffmpeg which is not updating to
 the new API format, but apparently I was wrong. x265 has just fixed that
 problem in the tip. Maybe I just chose a wrong time to follow the tip...

 This issue can be closed now, sorry for the confusion.

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


More information about the FFmpeg-trac mailing list