diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-04-27 14:54:29 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-04-27 14:54:29 +0200 |
commit | 4abbea0243eca7c62949c4c4c604482c83bf1d8c (patch) | |
tree | 114cfb0f1d7d1d022abde72a17b0e57fae1372db | |
parent | 9abf08f79fb3227d5efe1d9a05df122be0f3006e (diff) | |
download | ffmpeg-4abbea0243eca7c62949c4c4c604482c83bf1d8c.tar.gz |
lavf/mpeg.h: Remove an unused definition.
Fixes a warning when compiling mpegts.c.
-rw-r--r-- | libavformat/mpeg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/mpeg.h b/libavformat/mpeg.h index cf10d6a4c4..55f9e0cb51 100644 --- a/libavformat/mpeg.h +++ b/libavformat/mpeg.h @@ -57,7 +57,6 @@ #define STREAM_TYPE_VIDEO_CAVS 0x42 #define STREAM_TYPE_AUDIO_AC3 0x81 -#define STREAM_TYPE_AUDIO_DTS 0x8a static const int lpcm_freq_tab[4] = { 48000, 96000, 44100, 32000 }; |