[MPlayer-dev-eng] [PATCH] header file for stream/stream_vcd.c

Diego Biurrun diego at biurrun.de
Fri Mar 11 22:05:14 CET 2011


On Fri, Mar 11, 2011 at 12:04:40AM +0100, Ingo Brückl wrote:
> Add missing header file for stream/stream_vcd.c.
> 
> This fixes the compiler warning "no previous prototype for
> 'vcd_seek_to_track'" and supplies a declaration for code
> using this function.
> 
> --- stream/stream_vcd.h	(revision 0)
> +++ stream/stream_vcd.h	(revision 0)
> @@ -0,0 +1,26 @@
> +
> +typedef struct mp_vcd_priv_st mp_vcd_priv_t;

Such typedefs should be avoided, not added back.

Diego


More information about the MPlayer-dev-eng mailing list