view libavcodec/h264_parser.h @ 8:6c1433f5a562

remove need for end_thread()
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Fri, 17 May 2013 17:50:05 +0200
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