diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2002-04-24 01:24:06 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-04-24 01:24:06 +0000 |
commit | 1c2a8c7f14a5030367b7f7287667e380935cb706 (patch) | |
tree | c7a4ff2b27b65883fd47b7ce5dfae6be5aabb5a1 /libavcodec/avcodec.h | |
parent | eeba58ccc7f06b9b36efcdb93855168f8cf87599 (diff) | |
download | ffmpeg-1c2a8c7f14a5030367b7f7287667e380935cb706.tar.gz |
avcodec_flush_buffers()
Originally committed as revision 420 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 26e1b19abf..8cb62ce706 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -5,8 +5,8 @@ #define LIBAVCODEC_VERSION_INT 0x000406 #define LIBAVCODEC_VERSION "0.4.6" -#define LIBAVCODEC_BUILD 4602 -#define LIBAVCODEC_BUILD_STR "4602" +#define LIBAVCODEC_BUILD 4603 +#define LIBAVCODEC_BUILD_STR "4603" enum CodecID { CODEC_ID_NONE, @@ -340,6 +340,8 @@ int avcodec_close(AVCodecContext *avctx); void avcodec_register_all(void); +void avcodec_flush_buffers(AVCodecContext *avctx); + #ifdef FF_POSTPROCESS #ifndef MBC #define MBC 128 |