[FFmpeg-devel] [PATCH 09/11] mxg: fix compiler warning for uninitialized variables
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Sat Dec 31 01:03:36 CET 2011
On 30 Dec 2011, at 21:08, Jean First <jeanfirst at gmail.com> wrote:
>
> Signed-off-by: Jean First <jeanfirst at gmail.com>
> ---
> libavformat/mxg.c | 2 +-
> libavformat/rmdec.c | 5 +++--
> 2 files changed, 4 insertions(+), 3 deletions(-)
I don't think the rmdec changes belong in this patch for mxg.
Also the rmdec changes I am not sure wether they might be performance relevant.
Since the compiler probably complains incorrectly about them we should not accept a performance penalty for fixing it.
More information about the ffmpeg-devel
mailing list