diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-08-08 15:51:59 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-08-09 20:05:53 +0200 |
commit | 2804ba6a3b862be37986b9c2be3bad6bf4ccb6c7 (patch) | |
tree | 4b195851b61a1ce3690e49328f963c68abd84887 /libavformat/swf.h | |
parent | 84f9d78a9601671ea9d5ad0e4eefdfc085eadc1f (diff) | |
download | ffmpeg-2804ba6a3b862be37986b9c2be3bad6bf4ccb6c7.tar.gz |
swf: Move swf_audio_codec_tags table to the only place it is used
Diffstat (limited to 'libavformat/swf.h')
-rw-r--r-- | libavformat/swf.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libavformat/swf.h b/libavformat/swf.h index 14330c1e08..10a05f51b3 100644 --- a/libavformat/swf.h +++ b/libavformat/swf.h @@ -84,13 +84,4 @@ static const AVCodecTag swf_codec_tags[] = { { AV_CODEC_ID_NONE, 0}, }; -static const AVCodecTag swf_audio_codec_tags[] = { - { AV_CODEC_ID_PCM_S16LE, 0x00}, - { AV_CODEC_ID_ADPCM_SWF, 0x01}, - { AV_CODEC_ID_MP3, 0x02}, - { AV_CODEC_ID_PCM_S16LE, 0x03}, - //{ AV_CODEC_ID_NELLYMOSER, 0x06}, - { AV_CODEC_ID_NONE, 0}, -}; - #endif /* AVFORMAT_SWF_H */ |