diff h264.h @ 12093:05f91a88f986 libavcodec

Factorize ff_generate_sliding_window_mmcos() out.
author michael
date Mon, 05 Jul 2010 12:42:19 +0000
parents fdafbcef52f5
children 900b6c2523dc
line wrap: on
line diff
--- a/h264.h	Mon Jul 05 08:16:43 2010 +0000
+++ b/h264.h	Mon Jul 05 12:42:19 2010 +0000
@@ -666,6 +666,8 @@
 
 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.