mirror of
https://github.com/mpv-player/mpv
synced 2025-03-05 05:37:37 +00:00
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:
parent
e2bbf606ec
commit
790b950d6c
@ -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 &&
|
||||
|
Loading…
Reference in New Issue
Block a user