Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/flv.h')
-rw-r--r--libavcodec/flv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/flv.h b/libavcodec/flv.h
index 848c92df98..e12b3b0268 100644
--- a/libavcodec/flv.h
+++ b/libavcodec/flv.h
@@ -23,5 +23,8 @@
void ff_flv_encode_picture_header(MpegEncContext * s, int picture_number);
void ff_flv2_encode_ac_esc(PutBitContext *pb, int slevel, int level, int run, int last);
+int ff_flv_decode_picture_header(MpegEncContext *s);
+void ff_flv2_decode_ac_esc(GetBitContext *gb, int *level, int *run, int *last);
+
#endif