]> git.sesse.net Git - vlc/blobdiff - modules/codec/avcodec/chroma.h
Partial revert of "avcodec: remove support for old versions"
[vlc] / modules / codec / avcodec / chroma.h
index 37b15889208ae01b1ef14fe3e1b0e3cf2a4adfb1..d7ef4eff61dbbbd082c85dad060d888b89085e9b 100644 (file)
 #ifndef _VLC_AVUTIL_CHROMA_H
 #define _VLC_AVUTIL_CHROMA_H 1
 
-int TestFfmpegChroma( int i_ffmpeg_id, vlc_fourcc_t i_vlc_fourcc );
+int FindFfmpegChroma( vlc_fourcc_t );
 int GetFfmpegChroma( int *i_ffmpeg_chroma, const video_format_t *fmt );
+
+vlc_fourcc_t FindVlcChroma( int );
 int GetVlcChroma( video_format_t *fmt, int i_ffmpeg_chroma );
 
 #endif