dwbuiten / FFmpeg

mirror of git://git.videolan.org/ffmpeg.git
http://ffmpeg.org
Other
0 stars 1 forks source link

FLV Parser issue #3

Closed dwbuiten closed 8 years ago

dwbuiten commented 8 years ago
heres another (first flv file i tried)

wget http://samples.ffmpeg.org/FLV/Enigma_Principles_of_Lust-part.flv
./ffmpeg  -i Enigma_Principles_of_Lust-part.flv -f framecrc -

[flv @ 0x3846a80] video stream discovered after head already parsed
[flv @ 0x3846a80] audio stream discovered after head already parsed
Assertion avctx->codec_id != AV_CODEC_ID_NONE failed at libavcodec/parser.c:144

[...]
dwbuiten commented 8 years ago

Ignore the commit referencing this, it should have said #1.

dwbuiten commented 8 years ago
[00:25] <@Daemon404> all i know is that flv *unsets* NOHEADER for some reason, at some point, so the codec id is never updated
[00:25] <@Daemon404> but if i remove that code i get a ton of h264 errors
[00:25] <@Daemon404> thats as far as i got
dwbuiten commented 8 years ago

This will be fixed when @Nevcairiel design for parameter changes is implemented.