summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-11-27 18:06:45 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-12-16 04:59:11 +0200
commit0f1ca625de01cd16bd10dc021c9e6e15fe3d54bc (patch)
tree22413f07e73061fa8945808c23bd7c077b3b8e79
parenta17ab46ef381293f8372d5a8e0bab5a8f600ecbd (diff)
downloadmpv-0f1ca625de01cd16bd10dc021c9e6e15fe3d54bc.tar.bz2
mpv-0f1ca625de01cd16bd10dc021c9e6e15fe3d54bc.tar.xz
mp_taglists.c: add tag for svq3
Fixes: ffmpeg://rtsp://stream.diffusion.ens.fr/2008_10_03_albarede.mov and other X-SV3V-ES rtsp streams opened with ffmpeg:// git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32660 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--libmpdemux/mp_taglists.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpdemux/mp_taglists.c b/libmpdemux/mp_taglists.c
index bb5bb12289..e994075d56 100644
--- a/libmpdemux/mp_taglists.c
+++ b/libmpdemux/mp_taglists.c
@@ -112,6 +112,7 @@ static const struct mp_AVCodecTag mp_bmp_tags[] = {
{ CODEC_ID_RV20, MKTAG('R', 'V', '2', '0')},
{ CODEC_ID_RV30, MKTAG('R', 'V', '3', '0')},
{ CODEC_ID_RV40, MKTAG('R', 'V', '4', '0')},
+ { CODEC_ID_SVQ3, MKTAG('S', 'V', 'Q', '3')},
{ CODEC_ID_TGV, MKTAG('f', 'V', 'G', 'T')},
{ CODEC_ID_THP, MKTAG('T', 'H', 'P', 'V')},
{ CODEC_ID_TIERTEXSEQVIDEO, MKTAG('T', 'S', 'E', 'Q')},