view libavcodec/h264_ps.h @ 7:c8259123d224

hide animating VP and entry point
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Wed, 15 May 2013 15:26:14 +0200
parents
children
line source
1 #ifndef H264_PS_H
2 #define H264_PS_H
4 #include "h264_types.h"
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);
9 #endif