[FFmpeg-devel] [PATCH] Silence warning when compiling nut.c
Måns Rullgård
mans
Fri Aug 10 10:19:55 CEST 2007
Carl Eugen Hoyos <cehoyos at ag.or.at> writes:
> Hi!
>
> Attached patch silences a warning about "av_tree_insert declared
> implicitly" in nut.c
>
> Please apply, Carl Eugen
> Index: libavformat/nut.c
> ===================================================================
> --- libavformat/nut.c (Revision 10049)
> +++ libavformat/nut.c (Arbeitskopie)
> @@ -20,6 +20,7 @@
> */
>
> #include "nut.h"
> +#include "tree.h"
This is not just silencing a warning, it's fixing a bug. The patch
looks correct to me, but wait for Michael before committing.
--
M?ns Rullg?rd
mans at mansr.com
More information about the ffmpeg-devel
mailing list