view libavcodec/h264_parser.h @ 5:808fe898c011

give more tasks IDs
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Fri, 01 Feb 2013 17:11:39 +0100
parents
children
line source
1 #ifndef H264_PARSER_H
2 #define H264_PARSER_H
4 #include "h264_types.h"
6 void av_read_frame_internal(ParserContext *pc, GetBitContext *gb);
7 ParserContext *get_parse_context(int ifile);
8 void free_parse_context(ParserContext *pc);
10 #endif