Re: [FFmpeg-devel] [PATCH]lavc/utils: Correctly show bit_rate>INT_MAX

2015-09-15 Thread Carl Eugen Hoyos
Michael Niedermayer gmx.at> writes: > > utils.c |8 > > 1 file changed, 4 insertions(+), 4 deletions(-) > > 1208f300967a41eff112ec4caa35400b2f5e0149 patchbitrate.diff > > LGTM Patch applied. Thank you, Carl Eugen ___ ffmpeg-devel mail

Re: [FFmpeg-devel] [PATCH]lavc/utils: Correctly show bit_rate >INT_MAX

2015-09-15 Thread Michael Niedermayer
On Tue, Sep 15, 2015 at 06:19:52PM +0200, Carl Eugen Hoyos wrote: > Hi! > > Attached patch fixes the remaining issue in ticket #2089. > > Please comment, Carl Eugen > utils.c |8 > 1 file changed, 4 insertions(+), 4 deletions(-) > 1208f300967a41eff112ec4caa35400b2f5e0149 patchbitr

[FFmpeg-devel] [PATCH]lavc/utils: Correctly show bit_rate >INT_MAX

2015-09-15 Thread Carl Eugen Hoyos
Hi! Attached patch fixes the remaining issue in ticket #2089. Please comment, Carl Eugen diff --git a/libavcodec/utils.c b/libavcodec/utils.c index ababdf3..19548e2 100644 --- a/libavcodec/utils.c +++ b/libavcodec/utils.c @@ -1118,9 +1118,9 @@ static void get_subtitle_defaults(AVSubtitle *sub)