On Tue, Nov 22, 2011 at 07:19:57AM +0100, Anton Khirnov wrote:
> ---
> avconv.c | 16 ++++++++--------
> 1 files changed, 8 insertions(+), 8 deletions(-)
>
> diff --git a/avconv.c b/avconv.c
> index d37cc80..b441abb 100644
> --- a/avconv.c
> +++ b/avconv.c
> @@ -1844,14 +1844,12 @@ static int output_packet(InputStream *ist, int
> ist_index,
> OutputStream *ost_table, int nb_ostreams,
> const AVPacket *pkt)
> {
> - int i;
> - int got_output = 1;
> + int got_output = 1, i;
this looks a little bit strange, I would keep the 'int i;' in it's own
line. Do as you like, rest is ok.
Janne
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel