[FFmpeg-trac] #2435(avformat:new): moov atom not found

FFmpeg trac at avcodec.org
Mon Apr 8 18:55:42 CEST 2013


#2435: moov atom not found
------------------------------------+------------------------------------
             Reporter:  KSHawkEye   |                    Owner:
                 Type:  defect      |                   Status:  new
             Priority:  normal      |                Component:  avformat
              Version:  git-master  |               Resolution:
             Keywords:  mov         |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+------------------------------------

Comment (by KSHawkEye):

 Can you try with zlib enabled?

 This might be where the error comes from:

 {{{
 #if CONFIG_ZLIB
     AVIOContext ctx;
     uint8_t *cmov_data;
     uint8_t *moov_data; /* uncompressed data */
     long cmov_len, moov_len;
     int ret = -1;
 }}}

 Which seems to use zlib.

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


More information about the FFmpeg-trac mailing list