view libavcodec/h264_rec.h @ 9:ea1ba68cf0ed

update to match api changes + add sscc produced source
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Wed, 05 Jun 2013 14:43:26 +0200
parents
children
line source
1 #ifndef H264_REC_H
2 #define H264_REC_H
4 #include "h264_types.h"
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);
10 void init_mbrec_context(MBRecContext *mrc, MBRecState *mrs, H264Slice *s, int line);
12 #endif