comparison libavcodec/h264_sei.h @ 9:ea1ba68cf0ed

update to match api changes + add sscc produced source
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Wed, 05 Jun 2013 14:43:26 +0200
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:ab2591a397c7
1 #ifndef H264_SEI_H
2 #define H264_SEI_H
3
4 int ff_h264_decode_sei(NalContext *n, GetBitContext *gb);
5 void ff_h264_reset_sei(NalContext *n);
6
7 #endif