summaryrefslogtreecommitdiff
path: root/libavcodec/h264.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2010-07-05 12:42:19 +0000
committerMichael Niedermayer <michaelni@gmx.at>2010-07-05 12:42:19 +0000
commit733f5990d0600589782bcfa5c9e22a9391c6c19e (patch)
tree4a4ab1e8df25794da922826054743d4663d2ef74 /libavcodec/h264.h
parent6fa197e2778cef3c41c7afe8deae5b664bdd39df (diff)
Factorize ff_generate_sliding_window_mmcos() out.
Originally committed as revision 24056 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r--libavcodec/h264.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h
index 1bb18d1024..3f0996acfa 100644
--- a/libavcodec/h264.h
+++ b/libavcodec/h264.h
@@ -666,6 +666,8 @@ int ff_h264_execute_ref_pic_marking(H264Context *h, MMCO *mmco, int mmco_count);
int ff_h264_decode_ref_pic_marking(H264Context *h, GetBitContext *gb);
+void ff_generate_sliding_window_mmcos(H264Context *h);
+
/**
* Check if the top & left blocks are available if needed & change the dc mode so it only uses the available blocks.