Mercurial > cgi-bin > hgwebdir.cgi > PR > Applications > VSs > VSs__H264__App
comparison libavcodec/h264_parser.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:37d5b4474330 |
|---|---|
| 1 #ifndef H264_PARSER_H | |
| 2 #define H264_PARSER_H | |
| 3 | |
| 4 #include "h264_types.h" | |
| 5 | |
| 6 void av_read_frame_internal(ParserContext *pc, GetBitContext *gb); | |
| 7 ParserContext *get_parse_context(int ifile); | |
| 8 void free_parse_context(ParserContext *pc); | |
| 9 | |
| 10 #endif |
