[MPlayer-cvslog] r24653 - trunk/libmpdemux/demux_lavf.c
henry
subversion at mplayerhq.hu
Sat Sep 29 09:42:31 CEST 2007
Author: henry
Date: Sat Sep 29 09:42:31 2007
New Revision: 24653
Log:
fix warning
Modified:
trunk/libmpdemux/demux_lavf.c
Modified: trunk/libmpdemux/demux_lavf.c
==============================================================================
--- trunk/libmpdemux/demux_lavf.c (original)
+++ trunk/libmpdemux/demux_lavf.c Sat Sep 29 09:42:31 2007
@@ -250,7 +250,7 @@ static int lavf_check_preferred_file(dem
static demuxer_t* demux_open_lavf(demuxer_t *demuxer){
AVFormatContext *avfc;
AVFormatParameters ap;
- AVOption *opt;
+ const AVOption *opt;
lavf_priv_t *priv= demuxer->priv;
int i,g;
char mp_filename[256]="mp:";
More information about the MPlayer-cvslog
mailing list