[MPlayer-cvslog] r36481 - trunk/libmpdemux/demux_lavf.c

reimar subversion at mplayerhq.hu
Sun Oct 20 14:51:38 CEST 2013


Author: reimar
Date: Sun Oct 20 14:51:38 2013
New Revision: 36481

Log:
demux_lavf: Ignore failure to find stream info.

It is not necessarily fatal and allows playback of
HEVC ES streams.

Modified:
   trunk/libmpdemux/demux_lavf.c

Modified: trunk/libmpdemux/demux_lavf.c
==============================================================================
--- trunk/libmpdemux/demux_lavf.c	Sun Oct 20 14:51:35 2013	(r36480)
+++ trunk/libmpdemux/demux_lavf.c	Sun Oct 20 14:51:38 2013	(r36481)
@@ -589,7 +589,6 @@ static demuxer_t* demux_open_lavf(demuxe
 
     if(avformat_find_stream_info(avfc, NULL) < 0){
         mp_msg(MSGT_HEADER,MSGL_ERR,"LAVF_header: av_find_stream_info() failed\n");
-        return NULL;
     }
 
     /* Add metadata. */


More information about the MPlayer-cvslog mailing list