Mercurial > cgi-bin > hgwebdir.cgi > PR > Applications > VSs > VSs__H264__App
annotate 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 |
| rev | line source |
|---|---|
| nengel@2 | 1 #ifndef H264_DIRECT_H |
| nengel@2 | 2 #define H264_DIRECT_H |
| nengel@2 | 3 |
| nengel@2 | 4 #include "h264_types.h" |
| nengel@2 | 5 |
| nengel@2 | 6 void ff_h264_pred_direct_motion_rec(MBRecContext *mrc, MBRecState *mrs, H264Slice *s, int *mb_type); |
| nengel@2 | 7 int pred_motion_mb_rec(MBRecContext *mrc, MBRecState *mrs, H264Slice *s, H264Mb *m); |
| nengel@2 | 8 |
| nengel@2 | 9 |
| nengel@2 | 10 #endif |
