Mercurial > mplayer.hg
changeset 33931:7aea0eb3ecbe
100l, fix compilation.
author | reimar |
---|---|
date | Sat, 27 Aug 2011 10:43:25 +0000 |
parents | db545d85bb11 |
children | 11bdb6b598c0 |
files | libmpdemux/demux_lavf.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/demux_lavf.c Sat Aug 27 10:41:54 2011 +0000 +++ b/libmpdemux/demux_lavf.c Sat Aug 27 10:43:25 2011 +0000 @@ -548,7 +548,7 @@ priv->avfc= avfc; - if(avformat_find_stream_info(avfc) < 0){ + if(avformat_find_stream_info(avfc, NULL) < 0){ mp_msg(MSGT_HEADER,MSGL_ERR,"LAVF_header: av_find_stream_info() failed\n"); return NULL; }