enabling mpeg4-es autodetection (if we dont enable it, then we will never know if it works ...)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9447 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
michael 2003-02-16 10:00:42 +00:00
parent e2bbf606ec
commit 790b950d6c
1 changed files with 1 additions and 1 deletions

View File

@ -866,7 +866,7 @@ if(file_format==DEMUXER_TYPE_UNKNOWN || file_format==DEMUXER_TYPE_MPEG_PS){
}
file_format=DEMUXER_TYPE_MPEG_ES; // <-- hack is here :)
} else
#if 0
#if 1
// fuzzy mpeg4-es detection. do NOT enable without heavy testing of mpeg formats detection!
if(num_elementary_packets1B6>3 && num_elementary_packets12x>=1 &&
num_elementary_packetsPES==0 && num_elementary_packets100<=num_elementary_packets12x &&