diff flv.h @ 10788:0c8f9288b5e4 libavcodec

Split flv decoding out.
author michael
date Thu, 07 Jan 2010 05:36:45 +0000
parents 3f8e40fe25c2
children 811467079ec9
line wrap: on
line diff
--- a/flv.h	Thu Jan 07 04:42:39 2010 +0000
+++ b/flv.h	Thu Jan 07 05:36:45 2010 +0000
@@ -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