[libav-devel] [PATCH] h264: fix clang warning about uninitialized variable

2014-02-28 Thread Vittorio Giovara
--- libavcodec/h264_refs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/h264_refs.c b/libavcodec/h264_refs.c index 78bb7c4..ccdb49b 100644 --- a/libavcodec/h264_refs.c +++ b/libavcodec/h264_refs.c @@ -535,7 +535,7 @@ static int check_opcodes(MMCO *mmco1, MMCO

Re: [libav-devel] [PATCH] h264: fix clang warning about uninitialized variable

2014-02-28 Thread Janne Grunau
On 2014-02-28 15:51:18 +0100, Vittorio Giovara wrote: --- libavcodec/h264_refs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/h264_refs.c b/libavcodec/h264_refs.c index 78bb7c4..ccdb49b 100644 --- a/libavcodec/h264_refs.c +++ b/libavcodec/h264_refs.c @@