Mercurial > cgi-bin > hgwebdir.cgi > PR > Applications > VSs > VSs__H264__App
diff libavcodec/h264_pred_mode.h @ 2:897f711a7157
rearrange to work with autoconf
| author | Nina Engelhardt <nengel@mailbox.tu-berlin.de> |
|---|---|
| date | Tue, 25 Sep 2012 15:55:33 +0200 |
| parents | |
| children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libavcodec/h264_pred_mode.h Tue Sep 25 15:55:33 2012 +0200 1.3 @@ -0,0 +1,10 @@ 1.4 +#ifndef H264_DIRECT_H 1.5 +#define H264_DIRECT_H 1.6 + 1.7 +#include "h264_types.h" 1.8 + 1.9 +void ff_h264_pred_direct_motion_rec(MBRecContext *mrc, MBRecState *mrs, H264Slice *s, int *mb_type); 1.10 +int pred_motion_mb_rec(MBRecContext *mrc, MBRecState *mrs, H264Slice *s, H264Mb *m); 1.11 + 1.12 + 1.13 +#endif
