On Mon, Apr 09, 2012 at 05:27:51PM -0400, Justin Ruggles wrote: > > --- /dev/null > +++ b/libavutil/audio_fifo.c > @@ -0,0 +1,197 @@ > + return af; > +error: > + av_audio_fifo_free(af); > + return NULL; > +}
nit: Please leave an empty line before the goto label. > --- /dev/null > +++ b/libavutil/audio_fifo.h > @@ -0,0 +1,140 @@ > +/** > + * Free an AVAudioFifo End complete sentences in a period please, same below. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
