[FFmpeg-cvslog] r11694 - trunk/libavcodec/h263.c
Aurelien Jacobs
aurel
Fri Feb 1 00:15:30 CET 2008
michael wrote:
> Author: michael
> Date: Thu Jan 31 15:01:33 2008
> New Revision: 11694
>
> Log:
> Revert r11689 and r11690 (uninitalized warning fix) as its
> theoretically undefined in C.
Probably time for me to resort one of my old patch (attached).
int x=x; is theoretically undefined in C, but it's well defined
when compiling with gcc.
Is this an acceptable compromise ?
Aurel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: uninitialized.diff
Type: text/x-patch
Size: 875 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/attachments/20080201/504e89c3/attachment.bin>
More information about the ffmpeg-cvslog
mailing list