summaryrefslogtreecommitdiff
path: root/apps/codecs
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs')
-rw-r--r--apps/codecs/libwmapro/avcodec.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/codecs/libwmapro/avcodec.h b/apps/codecs/libwmapro/avcodec.h
index da67b32fa2..8812d409ee 100644
--- a/apps/codecs/libwmapro/avcodec.h
+++ b/apps/codecs/libwmapro/avcodec.h
@@ -47,6 +47,11 @@
47#define AV_TIME_BASE 1000000 47#define AV_TIME_BASE 1000000
48#define AV_TIME_BASE_Q (AVRational){1, AV_TIME_BASE} 48#define AV_TIME_BASE_Q (AVRational){1, AV_TIME_BASE}
49 49
50/* some function declarations not used in rockbox use it */
51enum PixelFormat {
52 we_can_only_play_mpeg_video_anyway = -1
53};
54
50/** 55/**
51 * Identifies the syntax and semantics of the bitstream. 56 * Identifies the syntax and semantics of the bitstream.
52 * The principle is roughly: 57 * The principle is roughly: