[Ffmpeg-devel] [PATCH] flv muxer metadata
Michael Niedermayer
michaelni
Sat Dec 16 02:26:51 CET 2006
Hi
On Mon, Dec 11, 2006 at 04:14:25PM -0800, Allan Hsu wrote:
>
> 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.
still looks ok
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
In a rich man's house there is no place to spit but his face.
-- Diogenes of Sinope
More information about the ffmpeg-devel
mailing list