[FFmpeg-devel] [PATCH] Fix warnings about int64 to int32 conversion

Michael Bradshaw mbradshaw at sorensonmedia.com
Wed May 16 01:07:24 CEST 2012


Attached patch fixes the following two warnings about converting from
int64 to int32:

1>ffmpeg_latest\include\libavutil\common.h(174) : warning C4244:
'return' : conversion from 'int64_t' to 'int32_t', possible loss of
data
1>ffmpeg_latest\include\libavutil\common.h(233) : warning C4244:
'argument' : conversion from 'uint64_t' to 'uint32_t', possible loss
of data

Please review.

Thanks,

Michael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Fixed-warnings-about-int64-to-int32-conversion.patch
Type: application/octet-stream
Size: 1371 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120515/1887ae76/attachment.obj>


More information about the ffmpeg-devel mailing list