[FFmpeg-devel] [PATCH] skip flv video info / command frames

Baptiste Coudurier baptiste.coudurier
Thu Jul 31 03:14:05 CEST 2008


Hi,

This patch to fix issue #546.

Here is what happens:

flv file contains 2 tags of size 2 and flags 0x52, 5 means according to
specs: "5: video info/command frame having", 2 means codec h263.

However after that we get tags 0x17, which explicit say codec h264.

I think it is safe to skip "video info/command frames", and wait for
another flag to demux packets.

-- 
Baptiste COUDURIER                              GnuPG Key Id: 0x5C1ABAAA
Smartjog USA Inc.                                http://www.smartjog.com
Key fingerprint                 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
-------------- next part --------------
A non-text attachment was scrubbed...
Name: flv_skip_command_frames.patch
Type: text/x-diff
Size: 559 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080730/079f4f00/attachment.patch>



More information about the ffmpeg-devel mailing list