On Mon, Mar 10, 2014 at 11:34 PM, Diego Biurrun <[email protected]> wrote: > On Mon, Mar 10, 2014 at 06:00:55PM +0100, Vittorio Giovara wrote: >> --- /dev/null >> +++ b/libavformat/smush.c >> @@ -0,0 +1,241 @@ >> + >> +#include "libavutil/intreadwrite.h" >> +#include "avformat.h" >> +#include "internal.h" >> +#include "avio.h" > > canonical ordering > >> +typedef struct { >> + int version; >> + int audio_stream_index; >> + int video_stream_index; >> +} SMUSHContext; > > Please name the struct. >
Both amended. Vittorio _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
