annotate libavcodec/h264_sei.h @ 2:897f711a7157

rearrange to work with autoconf
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Tue, 25 Sep 2012 15:55:33 +0200
parents
children
rev   line source
nengel@2 1 #ifndef H264_SEI_H
nengel@2 2 #define H264_SEI_H
nengel@2 3
nengel@2 4 int ff_h264_decode_sei(NalContext *n, GetBitContext *gb);
nengel@2 5 void ff_h264_reset_sei(NalContext *n);
nengel@2 6
nengel@2 7 #endif