diff options
Diffstat (limited to 'src/combined/ffmpeg/ffmpeg_decoder.h')
-rw-r--r-- | src/combined/ffmpeg/ffmpeg_decoder.h | 14 |
1 files changed, 7 insertions, 7 deletions
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 |