[FFmpeg-trac] #826(avcodec:new): Missing ff_cropTbl symbol needed by MLT

FFmpeg trac at avcodec.org
Sun Dec 25 09:56:09 CET 2011


#826: Missing ff_cropTbl symbol needed by MLT
----------------------------------+-----------------------------------
             Reporter:  marillat  |                    Owner:
                 Type:  defect    |                   Status:  new
             Priority:  normal    |                Component:  avcodec
              Version:  0.9       |               Resolution:
             Keywords:            |               Blocked By:
             Blocking:            |  Reproduced by developer:  0
Analyzed by developer:  0         |
----------------------------------+-----------------------------------

Comment (by reimar):

 You can just add those symbols to the list of symbols that should be
 exported.
 However this case is more problematic than just using a private symbol:
 This array is only initialized when dsputils are initialized, which the
 application has no control over at all which will cause issues even with
 their own FFmpeg copy.
 This is likely to cause serious and hard to debug issues, like the
 deinterlace filter breaking completely when using it on a raw uncompressed
 video but working fine when playing a H.264 file.
 The array is trivial, so except for wasting some memory it should be a
 problem for the program to have its own copy of it.

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


More information about the FFmpeg-trac mailing list