summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-05-30 00:30:42 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-05-30 00:30:45 +0200
commita9a312d299c785b4b4655ab70753aa5a2a933aae (patch)
treea12a4b9835f1d17a649de776c34980f7ea4484e5 /libavcodec/mpegvideo.h
parentc814a6c778b415143b5b984bf996978225c0255a (diff)
parent3832a6590156e6abc575bed51cbffa78617ee5fd (diff)
Merge commit '3832a6590156e6abc575bed51cbffa78617ee5fd'
* commit '3832a6590156e6abc575bed51cbffa78617ee5fd': dsputil: Move ff_alternate_*_scan tables to mpegvideo Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r--libavcodec/mpegvideo.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index 7a49d2ea1d..cf35dddc0c 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -86,6 +86,10 @@ enum OutputFormat {
#define EXT_START_CODE 0x000001b5
#define USER_START_CODE 0x000001b2
+/* encoding scans */
+extern const uint8_t ff_alternate_horizontal_scan[64];
+extern const uint8_t ff_alternate_vertical_scan[64];
+
struct MpegEncContext;
/**