[FFmpeg-cvslog] lavf/mpeg.h: Remove an unused definition.
Carl Eugen Hoyos
git at videolan.org
Sun Apr 27 15:09:17 CEST 2014
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Sun Apr 27 14:54:29 2014 +0200| [4abbea0243eca7c62949c4c4c604482c83bf1d8c] | committer: Carl Eugen Hoyos
lavf/mpeg.h: Remove an unused definition.
Fixes a warning when compiling mpegts.c.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4abbea0243eca7c62949c4c4c604482c83bf1d8c
---
libavformat/mpeg.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavformat/mpeg.h b/libavformat/mpeg.h
index cf10d6a..55f9e0c 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 };
More information about the ffmpeg-cvslog
mailing list