comparison vc1.h @ 5830:1d83e9c34641 libavcodec

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents 4623928e3b9e
children 83ac4620c6ed
comparison
equal deleted inserted replaced
5829:74db916a3715 5830:1d83e9c34641
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 22
23 #ifndef AVCODEC_VC1_H 23 #ifndef FFMPEG_VC1_H
24 #define AVCODEC_VC1_H 24 #define FFMPEG_VC1_H
25 25
26 #include "avcodec.h" 26 #include "avcodec.h"
27 #include "mpegvideo.h" 27 #include "mpegvideo.h"
28 28
29 /** Markers used in VC-1 AP frame data */ 29 /** Markers used in VC-1 AP frame data */
302 302
303 int p_frame_skipped; 303 int p_frame_skipped;
304 int bi_type; 304 int bi_type;
305 } VC1Context; 305 } VC1Context;
306 306
307 #endif // AVCODEC_VC1_H 307 #endif /* FFMPEG_VC1_H */