comparison vp56data.h @ 5830:1d83e9c34641 libavcodec

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents 314be1cfdcb0
children f7cbb7733146
comparison
equal deleted inserted replaced
5829:74db916a3715 5830:1d83e9c34641
19 * You should have received a copy of the GNU Lesser General Public 19 * You should have received a copy of the GNU Lesser General Public
20 * License along with FFmpeg; if not, write to the Free Software 20 * License along with FFmpeg; if not, write to the Free Software
21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22 */ 22 */
23 23
24 #ifndef VP56DATA_H 24 #ifndef FFMPEG_VP56DATA_H
25 #define VP56DATA_H 25 #define FFMPEG_VP56DATA_H
26 26
27 #include "common.h" 27 #include "common.h"
28 28
29 typedef enum { 29 typedef enum {
30 VP56_FRAME_CURRENT = 0, 30 VP56_FRAME_CURRENT = 0,
246 { 2, -1 }, 246 { 2, -1 },
247 { -2, -2 }, 247 { -2, -2 },
248 { 2, -2 }, 248 { 2, -2 },
249 }; 249 };
250 250
251 #endif /* VP56DATA */ 251 #endif /* FFMPEG_VP56DATA_H */