mpeg12enc: add intra_vlc private option.

Deprecate CODEC_FLAG2_INTRA_VLC.
This commit is contained in:
Anton Khirnov
2011-08-27 08:26:14 +02:00
parent d2f119a1f2
commit 297d9cb3dc
7 changed files with 38 additions and 6 deletions
+6 -6
View File
@@ -29,11 +29,11 @@
#endif
/* MpegEncContext */
#define Y_DC_SCALE 0xa8
#define C_DC_SCALE 0xac
#define AC_PRED 0xb0
#define BLOCK_LAST_INDEX 0xb4
#define H263_AIC 0xe4
#define INTER_SCANTAB_RASTER_END 0x12c
#define Y_DC_SCALE 0xac
#define C_DC_SCALE 0xb0
#define AC_PRED 0xb4
#define BLOCK_LAST_INDEX 0xb8
#define H263_AIC 0xe8
#define INTER_SCANTAB_RASTER_END 0x130
#endif /* AVCODEC_ARM_ASM_OFFSETS_H */