[FFmpeg-devel] [PATCH] avcodec: Switch bitrate to 64bit with the bump

Michael Niedermayer michaelni at gmx.at
Sun Sep 13 00:30:20 CEST 2015


On Sat, Sep 12, 2015 at 07:52:42PM +0200, Carl Eugen Hoyos wrote:
> Hi!
> 
> Attached is a new patch that should be ready to be applied no matter if we 
> drop compatibility or not.
> 
> Please comment (quickly if possible), Carl Eugen

i think there are a few changes missing:

libavcodec/cook.c: In function ‘dump_cook_context’:
libavcodec/cook.c:1031:5: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘int64_t’ [-Wformat]
libavdevice/fbdev_dec.c: In function ‘fbdev_read_header’:
libavdevice/fbdev_dec.c:143:12: warning: format ‘%d’ expects argument of type ‘int’, but argument 10 has type ‘int64_t’ [-Wformat]
ffserver.c: In function ‘print_stream_params’:
ffserver.c:1793:21: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘int64_t’ [-Wformat]

the entries in libavcodec/options_table.h need updating as well

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Everything should be made as simple as possible, but not simpler.
-- Albert Einstein
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150913/b73a74c9/attachment.sig>


More information about the ffmpeg-devel mailing list