summaryrefslogtreecommitdiff
path: root/apps/codecs/libwmapro
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-07-14 20:19:57 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-07-14 20:19:57 +0000
commit4a3e6de32ac21a861fd9159eb0a4948cbe658ceb (patch)
tree98793a304a8d07fa2cf466e9569269a27d214dce /apps/codecs/libwmapro
parent7a1e04920e11687acf9fac7175201bdbf79eff1a (diff)
downloadrockbox-4a3e6de32ac21a861fd9159eb0a4948cbe658ceb.tar.gz
rockbox-4a3e6de32ac21a861fd9159eb0a4948cbe658ceb.zip
wmapro: silence some warnings related to function prototypes unused in rockbox
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27421 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libwmapro')
-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: