diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-11-30 11:50:09 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-12-05 13:25:26 +0100 |
commit | 0b0a7a751de02464a33717e70352f696372ba1c4 (patch) | |
tree | eb3201e835c62bf8a2c4c4175bad7a7e08daa0c3 /libavcodec/mpegvideo.h | |
parent | d0d111d0592bfd6b2b8bcd2321986c0fc493455d (diff) | |
download | ffmpeg-0b0a7a751de02464a33717e70352f696372ba1c4.tar.gz |
mpegvideo: move encode-only parts of common_end() to encode_end()
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index ae6118fd34..af92799d49 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -927,5 +927,6 @@ void ff_wmv2_encode_mb(MpegEncContext * s, int ff_mpeg_ref_picture(MpegEncContext *s, Picture *dst, Picture *src); void ff_mpeg_unref_picture(MpegEncContext *s, Picture *picture); +void ff_free_picture_tables(Picture *pic); #endif /* AVCODEC_MPEGVIDEO_H */ |