summaryrefslogtreecommitdiff
path: root/src/libw32dll/w32codec.c
diff options
context:
space:
mode:
authorJuergen Keil <jkeil@users.sourceforge.net>2001-09-20 09:33:23 +0000
committerJuergen Keil <jkeil@users.sourceforge.net>2001-09-20 09:33:23 +0000
commite596901a4057d02461c950b80333abcd570c74cc (patch)
tree30549becd5308b1fb16fb96f0e8816e1572371db /src/libw32dll/w32codec.c
parent3c45bc280968fb274210160c5ecece60757e57c0 (diff)
downloadxine-lib-e596901a4057d02461c950b80333abcd570c74cc.tar.gz
xine-lib-e596901a4057d02461c950b80333abcd570c74cc.tar.bz2
Indeo Video 4.1 and 5.0 format fixed (by importing the Event/Semaphore
implementation from avifile/mplayer). Indeo Video 3.2/4.1/5.0 should work now. (Indeo Video 3.1 may work, too but this format still has problems in the AVI demuxer) TSC based QueryPerformanceCounter() for x86 CPUs that have such a counter. CVS patchset: 672 CVS date: 2001/09/20 09:33:23
Diffstat (limited to 'src/libw32dll/w32codec.c')
-rw-r--r--src/libw32dll/w32codec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libw32dll/w32codec.c b/src/libw32dll/w32codec.c
index fa2934161..1bebf2377 100644
--- a/src/libw32dll/w32codec.c
+++ b/src/libw32dll/w32codec.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: w32codec.c,v 1.27 2001/09/19 18:42:55 jkeil Exp $
+ * $Id: w32codec.c,v 1.28 2001/09/20 09:33:23 jkeil Exp $
*
* routines for using w32 codecs
*
@@ -200,7 +200,7 @@ static char* get_vids_codec_name(w32v_decoder_t *this,
case BUF_VIDEO_IV41:
/* Video in Indeo Video 4.1 format */
- this->flipped=0;
+ this->flipped=1;
return "ir41_32.dll";
case BUF_VIDEO_IV32: