Mercurial > cgi-bin > hgwebdir.cgi > PR > Applications > VSs > VSs__H264__App
annotate libavcodec/h264_ps.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 |
| rev | line source |
|---|---|
| nengel@2 | 1 #ifndef H264_PS_H |
| nengel@2 | 2 #define H264_PS_H |
| nengel@2 | 3 |
| nengel@2 | 4 #include "h264_types.h" |
| nengel@2 | 5 |
| nengel@2 | 6 int ff_h264_decode_seq_parameter_set(NalContext *n, GetBitContext *gb); |
| nengel@2 | 7 int ff_h264_decode_picture_parameter_set(NalContext *n, GetBitContext *gb, int bit_length); |
| nengel@2 | 8 |
| nengel@2 | 9 #endif |
