mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-06 06:05:32 +01:00
avcodec/mpeg12dec: Move non_linear_qscale to mpegvideodata
This will be used in the next commit Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -28,6 +28,8 @@ extern const uint8_t ff_alternate_vertical_scan[64];
|
||||
extern const uint8_t ff_mpeg1_dc_scale_table[128];
|
||||
extern const uint8_t * const ff_mpeg2_dc_scale_table[4];
|
||||
|
||||
extern const uint8_t ff_mpeg2_non_linear_qscale[32];
|
||||
|
||||
extern const uint8_t ff_default_chroma_qscale_table[32];
|
||||
|
||||
#endif /* AVCODEC_MPEGVIDEODATA_H */
|
||||
|
||||
Reference in New Issue
Block a user