From 4abbea0243eca7c62949c4c4c604482c83bf1d8c Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sun, 27 Apr 2014 14:54:29 +0200 Subject: lavf/mpeg.h: Remove an unused definition. Fixes a warning when compiling mpegts.c. --- libavformat/mpeg.h | 1 - 1 file changed, 1 deletion(-) 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 }; -- cgit v1.2.1