On Sat, 26 Nov 2011 17:07:05 -0500, Justin Ruggles <[email protected]> wrote: > --- > libavformat/utils.c | 31 ++++++++++++++++--------------- > 1 files changed, 16 insertions(+), 15 deletions(-) > > diff --git a/libavformat/utils.c b/libavformat/utils.c > index 2b378ab..1b7297c 100644 > --- a/libavformat/utils.c > +++ b/libavformat/utils.c > @@ -2121,10 +2121,10 @@ static int has_decode_delay_been_guessed(AVStream *st) > > static int try_decode_frame(AVStream *st, AVPacket *avpkt, AVDictionary > **options) > { > - int16_t *samples; > AVCodec *codec; > - int got_picture, data_size, ret=0; > + int got_picture, ret=0;
Extra karma for proper spacing here. Looks good otherwise. -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
