#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
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://avcodec.org/mailman/listinfo/ffmpeg-trac