[FFmpeg-devel] [PATCH 3/3] mp3/mp2: identify the video codecs as APIC through query_codec.
jamal
jamrial at gmail.com
Fri Aug 10 19:18:13 CEST 2012
On 10/08/12 12:24 PM, Michael Niedermayer wrote:
>>> @@ -370,6 +370,17 @@ static int mp2_write_trailer(struct AVFormatContext
>>> *s)
>>> return 0;
>>> }
>>>
>>> +static int query_codec(enum CodecID id, int std_compliance)
>>> +{
>>> + CodecMime *cm= ff_id3v2_mime_tags;
>>> + while(cm->id != CODEC_ID_NONE) {
Shouldn't this be AV_CODEC_ID_NONE?
More information about the ffmpeg-devel
mailing list