On 03/29/2012 05:22 PM, Luca Barbato wrote:

> Break long lines
> ---
>  libavformat/output-example.c |   21 ++++++++++++++-------
>  1 files changed, 14 insertions(+), 7 deletions(-)
[...]
> @@ -376,7 +380,8 @@ static void write_video_frame(AVFormatContext *oc, 
> AVStream *st)
>              av_init_packet(&pkt);
>  
>              if (c->coded_frame->pts != AV_NOPTS_VALUE)
> -                pkt.pts= av_rescale_q(c->coded_frame->pts, c->time_base, 
> st->time_base);
> +                pkt.pts= av_rescale_q(c->coded_frame->pts,
> +                                      c->time_base, st->time_base);


go ahead and fix the spacing around '=' while you're changing that line.

LGTM besides that.

-Justin
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to