[FFmpeg-devel] [PATCH 1/4] PRINT_CODEC_SUPPORTED: fix used variable

Michael Niedermayer michaelni at gmx.at
Fri Nov 9 03:05:07 CET 2012


On Tue, Oct 23, 2012 at 10:42:10PM +0200, Stefano Sabatini wrote:
> On date Monday 2012-10-22 02:01:34 +0200, Michael Niedermayer encoded:
> > Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> > ---
> >  cmdutils.c |    2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/cmdutils.c b/cmdutils.c
> > index 0163faf..8467a5a 100644
> > --- a/cmdutils.c
> > +++ b/cmdutils.c
> > @@ -810,7 +810,7 @@ int show_formats(void *optctx, const char *opt, const char *arg)
> >  
> >  #define PRINT_CODEC_SUPPORTED(codec, field, type, list_name, term, get_name) \
> >      if (codec->field) {                                                      \
> > -        const type *p = c->field;                                            \
> > +        const type *p = codec->field;                                        \
> 
> LGTM, thanks.

applied

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

Asymptotically faster algorithms should always be preferred if you have
asymptotical amounts of data
-------------- 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/20121109/b706c245/attachment.asc>


More information about the ffmpeg-devel mailing list