[FFmpeg-devel] dshow: patches for adding some debug output, using more standardized codec table for lookup

Michael Niedermayer michaelni at gmx.at
Sun Sep 23 02:14:15 CEST 2012


On Sat, Sep 22, 2012 at 10:25:15AM +0200, Stefano Sabatini wrote:
> On date Friday 2012-09-21 13:36:43 -0600, Roger Pack encoded:
[...]
> > From 44f1f3b763be45ce25a8b600074f30fd0f52a6fb Mon Sep 17 00:00:00 2001
> > From: rogerdpack <rogerpack2005 at gmail.com>
> > Date: Fri, 21 Sep 2012 13:26:02 -0600
> > Subject: [PATCH 4/4] bitmap header lookup: add code comment
> > 
> > 
> > Signed-off-by: rogerdpack <rogerpack2005 at gmail.com>
> > ---
> >  libavformat/riff.c |    5 ++++-
> >  1 file changed, 4 insertions(+), 1 deletion(-)
> > 
> > diff --git a/libavformat/riff.c b/libavformat/riff.c
> > index f69e536..f13e604 100644
> > --- a/libavformat/riff.c
> > +++ b/libavformat/riff.c
> > @@ -28,7 +28,10 @@
> >  #include "libavutil/avassert.h"
> >  
> >  /* Note: when encoding, the first matching tag is used, so order is
> > -   important if multiple tags possible for a given codec. */
> > +   important if multiple tags possible for a given codec. 
> > +   Note also that this list is used for more than just riff, other
> > +   files use it as well.
> > +*/
> >  const AVCodecTag ff_codec_bmp_tags[] = {
> >      { AV_CODEC_ID_H264,         MKTAG('H', '2', '6', '4') },
> >      { AV_CODEC_ID_H264,         MKTAG('h', '2', '6', '4') },
> > -- 
> > 1.7.9.5
> 
> Should be OK, but wait for a comment from Michael.

applied this one
no comment from me on dshow changes, iam not maintainer of that

thanks

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

I have never wished to cater to the crowd; for what I know they do not
approve, and what they approve I do not know. -- Epicurus
-------------- 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/20120923/04376f91/attachment.asc>


More information about the ffmpeg-devel mailing list