]> git.sesse.net Git - vlc/blobdiff - include/vdec_motion.h
Pour la plus grande joie de tous, le client compile correctement. Attention
[vlc] / include / vdec_motion.h
index 64892c926a31aa622c4288b8a19fe44a1ec4f25c..a5125894ca39fa370400031635350dbaf4eafe1c 100644 (file)
@@ -32,10 +32,12 @@ void vdec_MotionField   ( struct macroblock_s* );
 void vdec_MotionFrame   ( struct macroblock_s* );
 
 /* Motion compensation for non skipped macroblocks */
-void vdec_FieldRecon    ( struct macroblock_s* );
-void vdec_16x8Recon     ( struct macroblock_s* );
-void vdec_FrameRecon    ( struct macroblock_s* );
-void vdec_DMVRecon      ( struct macroblock_s* );
+void vdec_FieldDMVRecon    ( struct macroblock_s* );
+void vdec_FieldFieldRecon    ( struct macroblock_s* );
+void vdec_Field16x8Recon     ( struct macroblock_s* );
+void vdec_FrameFrameRecon    ( struct macroblock_s* );
+void vdec_FrameFieldRecon    ( struct macroblock_s* );
+void vdec_FrameDMVRecon      ( struct macroblock_s* );
 
 /* Motion compensation functions for the 3 chroma formats */
 void vdec_Motion420();