[FFmpeg-devel] [PATCH 3/3] mp3/mp2: identify the video codecs as APIC through query_codec.
Michael Niedermayer
michaelni at gmx.at
Sat Aug 11 01:26:07 CEST 2012
On Fri, Aug 10, 2012 at 02:18:13PM -0300, jamal wrote:
> 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?
locally fixed
will be in my next push
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Complexity theory is the science of finding the exact solution to an
approximation. Benchmarking OTOH is finding an approximation of the exact
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120811/ccadc6c4/attachment.asc>
More information about the ffmpeg-devel
mailing list