Mercurial > cgi-bin > hgwebdir.cgi > PR > Applications > VSs > VSs__H264__App
comparison libavcodec/h264_nal.h @ 6:55fb61482128
VSs working
| author | Nina Engelhardt <nengel@mailbox.tu-berlin.de> |
|---|---|
| date | Wed, 06 Mar 2013 14:35:39 +0100 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:cbe54f1c9a32 |
|---|---|
| 1 #ifndef H264_NAL_H | |
| 2 #define H264_NAL_H | |
| 3 | |
| 4 #include "avcodec.h" | |
| 5 #include "h264_types.h" | |
| 6 | |
| 7 int decode_nal_units(NalContext *n, H264Slice *s, GetBitContext *gb); | |
| 8 NalContext *get_nal_context(int width, int height); | |
| 9 void free_nal_context(NalContext *nc); | |
| 10 | |
| 11 #endif |
