view libavcodec/h264_sei.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_SEI_H
2 #define H264_SEI_H
4 int ff_h264_decode_sei(NalContext *n, GetBitContext *gb);
5 void ff_h264_reset_sei(NalContext *n);
7 #endif