mirror of
https://github.com/mpv-player/mpv
synced 2025-01-29 19:22:48 +00:00
-aid fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2883 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
184ee04ef9
commit
06c7ba6ca8
@ -290,7 +290,8 @@ divx4_param.rc_reaction_ratio = 20;
|
||||
|
||||
if(stream_cache_size) stream_enable_cache(stream,stream_cache_size*1024);
|
||||
|
||||
demuxer=demux_open(stream,file_format,video_id,audio_id,dvdsub_id);
|
||||
//demuxer=demux_open(stream,file_format,video_id,audio_id,dvdsub_id);
|
||||
demuxer=demux_open(stream,file_format,audio_id,video_id,dvdsub_id);
|
||||
if(!demuxer){
|
||||
printf("Cannot open demuxer\n");
|
||||
exit(1);
|
||||
|
Loading…
Reference in New Issue
Block a user