comparison vc1.h @ 5163:9ecbfc0c82bf libavcodec

add multiple inclusion guards to headers
author mru
date Sun, 17 Jun 2007 00:01:30 +0000
parents 270c8a34f234
children 3fd46e281bd8
comparison
equal deleted inserted replaced
5162:4394344397d8 5163:9ecbfc0c82bf
17 * 17 *
18 * You should have received a copy of the GNU Lesser General Public 18 * You should have received a copy of the GNU Lesser General Public
19 * License along with FFmpeg; if not, write to the Free Software 19 * License along with FFmpeg; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21 */ 21 */
22
23 #ifndef AVCODEC_VC1_H
24 #define AVCODEC_VC1_H
22 25
23 #include "avcodec.h" 26 #include "avcodec.h"
24 #include "mpegvideo.h" 27 #include "mpegvideo.h"
25 28
26 /** Markers used in VC-1 AP frame data */ 29 /** Markers used in VC-1 AP frame data */
298 //@} 301 //@}
299 302
300 int p_frame_skipped; 303 int p_frame_skipped;
301 int bi_type; 304 int bi_type;
302 } VC1Context; 305 } VC1Context;
306
307 #endif