[Ffmpeg-cvslog] CVS: ffmpeg/libavformat raw.c,1.63,1.64
Michael Niedermayer CVS
michael
Sat Feb 4 03:05:54 CET 2006
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec mpegvideo.c, 1.503, 1.504 mpegvideo.h, 1.234, 1.235 h263.c, 1.298, 1.299
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec vorbis.c, 1.15, 1.16 vorbis.h, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/ffmpeg/ffmpeg/libavformat
In directory mail:/var2/tmp/cvs-serv18343
Modified Files:
raw.c
Log Message:
fix regression tests
Index: raw.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/raw.c,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- raw.c 2 Feb 2006 13:56:42 -0000 1.63
+++ raw.c 4 Feb 2006 02:05:51 -0000 1.64
@@ -306,7 +306,7 @@
}
}
}
- if(seq && pic && slice && seq<pic && (ABS(pic-slice)-1)*10 < pic && !pspack)
+ if(seq && pic && slice && seq<pic && !pspack)
return AVPROBE_SCORE_MAX/2+1; // +1 for .mpg
return 0;
}
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec mpegvideo.c, 1.503, 1.504 mpegvideo.h, 1.234, 1.235 h263.c, 1.298, 1.299
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec vorbis.c, 1.15, 1.16 vorbis.h, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ffmpeg-cvslog
mailing list