New submission from Mike Melanson <[EMAIL PROTECTED]>: Create a short RoQ file as outlined in this FATE test spec:
http://fate.multimedia.cx/index.php?test_spec=157 The resulting RoQ does not play in ffplay or transcode with FFmpeg. This is because of the poor way I originally wrote the RoQ demuxer. The demuxer scans up to 30 frames looking for an audio frame in order to gather audio parameters. Since this mute RoQ file has fewer than 30 frames, the demuxer rejects it. A better approach would be to simply qualify the file after the 8-byte header check. Create the streams as the first video and audio packets are encountered in the read_packet phase. ---------- assignedto: melanson messages: 2640 nosy: melanson priority: normal status: open substatus: open title: RoQ demuxer can not handle short RoQ files type: bug ______________________________________________________ FFmpeg issue tracker <[EMAIL PROTECTED]> <https://roundup.mplayerhq.hu/roundup/ffmpeg/issue553> ______________________________________________________
