From 014a0625293c77ce91309d1cefb8501a3be4d480 Mon Sep 17 00:00:00 2001 From: Petri Hintukainen Date: Sat, 19 Apr 2014 00:40:17 +0300 Subject: added const --- src/combined/ffmpeg/ffmpeg_decoder.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/combined/ffmpeg/ffmpeg_decoder.h') diff --git a/src/combined/ffmpeg/ffmpeg_decoder.h b/src/combined/ffmpeg/ffmpeg_decoder.h index a1e01adaf..d65c582c5 100644 --- a/src/combined/ffmpeg/ffmpeg_decoder.h +++ b/src/combined/ffmpeg/ffmpeg_decoder.h @@ -48,13 +48,13 @@ void *init_avio_input_plugin (xine_t *xine, void *data); void *init_avformat_input_plugin (xine_t *xine, void *data); void *init_avformat_demux_plugin (xine_t *xine, void *data); -extern decoder_info_t dec_info_ffmpeg_video; -extern decoder_info_t dec_info_ffmpeg_wmv8; -extern decoder_info_t dec_info_ffmpeg_wmv9; -extern decoder_info_t dec_info_ffmpeg_audio; -extern demuxer_info_t demux_info_avformat; -extern input_info_t input_info_avformat; -extern input_info_t input_info_avio; +extern const decoder_info_t dec_info_ffmpeg_video; +extern const decoder_info_t dec_info_ffmpeg_wmv8; +extern const decoder_info_t dec_info_ffmpeg_wmv9; +extern const decoder_info_t dec_info_ffmpeg_audio; +extern const demuxer_info_t demux_info_avformat; +extern const input_info_t input_info_avformat; +extern const input_info_t input_info_avio; /* communication between avio/avformat input and avformat demux plugins */ #define INPUT_OPTIONAL_DATA_pb 0x1000 -- cgit v1.2.3