On Mon, Jul 13, 2015 at 08:17:42AM +0000, Donny Yang wrote:
> ---
>  libavformat/apngenc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libavformat/apngenc.c b/libavformat/apngenc.c
> index dcf6b90..9b2c634 100644
> --- a/libavformat/apngenc.c
> +++ b/libavformat/apngenc.c
> @@ -173,7 +173,7 @@ static void flush_packet(AVFormatContext *format_context, 
> AVPacket *packet)
>                                 "Frame rate is too high or specified too 
> precisely. Unable to copy losslessly.\n");
>                          apng->framerate_warned = 1;
>                      }
> -                } else if (apng->last_delay.den > 0) {
> +                } else if (apng->last_delay.num > 0) {

applied

thanks

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Its not that you shouldnt use gotos but rather that you should write
readable code and code with gotos often but not always is less readable

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to