[Ffmpeg-devel] [PATCH] flv muxer metadata
Allan Hsu
allan
Tue Dec 12 01:14:25 CET 2006
On Dec 11, 2006, at 2:15 PM, Michael Niedermayer wrote:
[...]
>> +const CodecTag flv_video_codec_ids[] = {
>> + {CODEC_ID_FLV1, FLV_CODECID_H263 },
>> + {CODEC_ID_FLASHSV, FLV_CODECID_SCREEN},
>> + {CODEC_ID_VP6F, FLV_CODECID_VP6 },
>> + {CODEC_ID_NONE, 0}
>> +};
>> +
>> +const CodecTag flv_audio_codec_ids[] = {
>
> these 2 should either be static or have a ff_ prefix
>
> except that iam fine with the patch
[...]
Here's the same patch, but with those two tables made static.
-Allan
--
Allan Hsu <allan at counterpop dot net>
1E64 E20F 34D9 CBA7 1300 1457 AC37 CBBB 0E92 C779
-------------- next part --------------
A non-text attachment was scrubbed...
Name: flvenc_metadata.patch
Type: application/octet-stream
Size: 3321 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20061211/111d45aa/attachment.obj>
-------------- next part --------------
More information about the ffmpeg-devel
mailing list