summaryrefslogtreecommitdiffstats
path: root/aviheader.c
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-11 23:01:52 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-11 23:01:52 +0000
commit20c41f55092c02120d6486e2eb21a6f7b9e5047e (patch)
treeeb76cc7eccf9e58943df13e0a9feaaa149d69b05 /aviheader.c
parent9e701e74c4ebe6ddd1e675a189b78ba97a35c7f5 (diff)
downloadmpv-20c41f55092c02120d6486e2eb21a6f7b9e5047e.tar.bz2
mpv-20c41f55092c02120d6486e2eb21a6f7b9e5047e.tar.xz
DIV2 added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@774 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'aviheader.c')
-rw-r--r--aviheader.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/aviheader.c b/aviheader.c
index 63712a70fe..ab232d4166 100644
--- a/aviheader.c
+++ b/aviheader.c
@@ -105,6 +105,7 @@ while(1){
case mmioFOURCC('m', 'p', '4', '3'):
case mmioFOURCC('M', 'P', '4', '2'):
case mmioFOURCC('m', 'p', '4', '2'):
+ case mmioFOURCC('D', 'I', 'V', '2'):
case mmioFOURCC('A', 'P', '4', '1'):
idxfix_divx=1; // we can fix keyframes only for divx coded files!
}