Mercurial > cgi-bin > hgwebdir.cgi > PR > Applications > VSs > VSs__H264__App
comparison libavcodec/h264_ps.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 |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:3774565445a3 |
|---|---|
| 1 #ifndef H264_PS_H | |
| 2 #define H264_PS_H | |
| 3 | |
| 4 #include "h264_types.h" | |
| 5 | |
| 6 int ff_h264_decode_seq_parameter_set(NalContext *n, GetBitContext *gb); | |
| 7 int ff_h264_decode_picture_parameter_set(NalContext *n, GetBitContext *gb, int bit_length); | |
| 8 | |
| 9 #endif |
