diff options
author | Ivan Kalvachev <ikalvachev@gmail.com> | 2004-03-04 14:58:48 +0000 |
---|---|---|
committer | Ivan Kalvachev <ikalvachev@gmail.com> | 2004-03-04 14:58:48 +0000 |
commit | 494c56d36fd2556175550a951857793ced4970ac (patch) | |
tree | 430bb84dd7791910115fe46d5aed3e5a3d9bea02 /libavcodec/avcodec.h | |
parent | 399cec2f3e7e5d817ce20d3f83383f25e23e02d4 (diff) | |
download | ffmpeg-494c56d36fd2556175550a951857793ced4970ac.tar.gz |
silence warnings
Originally committed as revision 2843 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 5b38c09b3d..ba9f4d074f 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1292,7 +1292,7 @@ typedef struct AVCodecContext { * - encoding: unused * - decoding: set by user, if not set then the native format will always be choosen */ - enum PixelFormat (*get_format)(struct AVCodecContext *s, enum PixelFormat * fmt); + enum PixelFormat (*get_format)(struct AVCodecContext *s, const enum PixelFormat * fmt); /** * DTG active format information (additionnal aspect ratio |