Mercurial > cgi-bin > hgwebdir.cgi > PR > Applications > VSs > VSs__H264__App
annotate libavcodec/h264_rec.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_REC_H |
| nengel@2 | 2 #define H264_REC_H |
| nengel@2 | 3 |
| nengel@2 | 4 #include "h264_types.h" |
| nengel@2 | 5 |
| nengel@2 | 6 MBRecContext *get_mbrec_context(H264Context *h); |
| nengel@2 | 7 void free_mbrec_context( MBRecContext *d); |
| nengel@2 | 8 void h264_decode_mb_internal(MBRecContext *d, MBRecState *mrs, H264Slice *s, H264Mb *m); |
| nengel@2 | 9 |
| nengel@2 | 10 void init_mbrec_context(MBRecContext *mrc, MBRecState *mrs, H264Slice *s, int line); |
| nengel@2 | 11 |
| nengel@2 | 12 #endif |
