view libavcodec/h264_pred_mode.h @ 7:c8259123d224

hide animating VP and entry point
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Wed, 15 May 2013 15:26:14 +0200
parents
children
line source
1 #ifndef H264_DIRECT_H
2 #define H264_DIRECT_H
4 #include "h264_types.h"
6 void ff_h264_pred_direct_motion_rec(MBRecContext *mrc, MBRecState *mrs, H264Slice *s, int *mb_type);
7 int pred_motion_mb_rec(MBRecContext *mrc, MBRecState *mrs, H264Slice *s, H264Mb *m);
10 #endif