[Mplayer-cvslog] CVS: main/libmpdemux demuxer.c,1.139,1.140
Michael Niedermayer CVS
michael at mplayerhq.hu
Mon Apr 14 03:39:00 CEST 2003
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv4687
Modified Files:
demuxer.c
Log Message:
10l
Index: demuxer.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demuxer.c,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- demuxer.c 4 Apr 2003 15:38:46 -0000 1.139
+++ demuxer.c 14 Apr 2003 01:38:36 -0000 1.140
@@ -909,8 +909,8 @@
#endif
#if 1
// fuzzy h264-es detection. do NOT enable without heavy testing of mpeg formats detection!
- if(num_h264_slice>3 || (num_h264_dpa>3 && num_h264_dpb>3 && num_h264_dpc>3) &&
- num_h264_sps>=1 && num_h264_pps>=1 /*&& num_h264_idr>=1*/ &&
+ if((num_h264_slice>3 || (num_h264_dpa>3 && num_h264_dpb>3 && num_h264_dpc>3)) &&
+ /* FIXME num_h264_sps>=1 && */ num_h264_pps>=1 && num_h264_idr>=1 &&
num_elementary_packets1B6==0 && num_elementary_packetsPES==0 &&
demuxer->synced<2){
file_format=DEMUXER_TYPE_H264_ES;
More information about the MPlayer-cvslog
mailing list