Mercurial > cgi-bin > hgwebdir.cgi > PR > Applications > VSs > VSs__H264__App
comparison libavcodec/h264_rec.h @ 4:96e628866d41
naming some tasks to help debugging
| author | Nina Engelhardt <nengel@mailbox.tu-berlin.de> |
|---|---|
| date | Wed, 19 Dec 2012 15:40:26 +0100 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:8403217ddc7b |
|---|---|
| 1 #ifndef H264_REC_H | |
| 2 #define H264_REC_H | |
| 3 | |
| 4 #include "h264_types.h" | |
| 5 | |
| 6 MBRecContext *get_mbrec_context(H264Context *h); | |
| 7 void free_mbrec_context( MBRecContext *d); | |
| 8 void h264_decode_mb_internal(MBRecContext *d, MBRecState *mrs, H264Slice *s, H264Mb *m); | |
| 9 | |
| 10 void init_mbrec_context(MBRecContext *mrc, MBRecState *mrs, H264Slice *s, int line); | |
| 11 | |
| 12 #endif |
