diff options
| author | Rafaël Carré <rafael.carre@gmail.com> | 2010-07-14 20:19:57 +0000 |
|---|---|---|
| committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-07-14 20:19:57 +0000 |
| commit | 4a3e6de32ac21a861fd9159eb0a4948cbe658ceb (patch) | |
| tree | 98793a304a8d07fa2cf466e9569269a27d214dce /apps/codecs/libwmapro | |
| parent | 7a1e04920e11687acf9fac7175201bdbf79eff1a (diff) | |
| download | rockbox-4a3e6de32ac21a861fd9159eb0a4948cbe658ceb.zip rockbox-4a3e6de32ac21a861fd9159eb0a4948cbe658ceb.tar.gz rockbox-4a3e6de32ac21a861fd9159eb0a4948cbe658ceb.tar.bz2 rockbox-4a3e6de32ac21a861fd9159eb0a4948cbe658ceb.tar.xz | |
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.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/codecs/libwmapro/avcodec.h b/apps/codecs/libwmapro/avcodec.h index da67b32..8812d40 100644 --- a/apps/codecs/libwmapro/avcodec.h +++ b/apps/codecs/libwmapro/avcodec.h @@ -47,6 +47,11 @@ #define AV_TIME_BASE 1000000 #define AV_TIME_BASE_Q (AVRational){1, AV_TIME_BASE} +/* some function declarations not used in rockbox use it */ +enum PixelFormat { + we_can_only_play_mpeg_video_anyway = -1 +}; + /** * Identifies the syntax and semantics of the bitstream. * The principle is roughly: |