X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fcommon.h;h=92f6b8aa726846a0855da74c16dc088934b6eb97;hb=647cca0ebb2e897a570018ba80483bb81a7d90c6;hp=8f5446a2e7d6902ef990a1ee2dc7512934e4c5fb;hpb=cf0b7cf953a80e78c1778e819b4d5b03216dc165;p=vlc diff --git a/include/common.h b/include/common.h index 8f5446a2e7..92f6b8aa72 100644 --- a/include/common.h +++ b/include/common.h @@ -3,7 +3,7 @@ * Collection of useful common types and macros definitions ***************************************************************************** * Copyright (C) 1998, 1999, 2000 VideoLAN - * $Id: common.h,v 1.24 2001/01/13 12:57:19 sam Exp $ + * $Id: common.h,v 1.25 2001/01/18 05:13:22 sam Exp $ * * Authors: Samuel Hocevar * Vincent Seguin @@ -128,6 +128,9 @@ typedef struct vdec_thread_s * p_vdec_thread_t; typedef struct vpar_thread_s * p_vpar_thread_t; typedef struct video_parser_s * p_video_parser_t; +/* Misc */ +struct macroblock_s; + /***************************************************************************** * Macros and inline functions *****************************************************************************/