diff libmpdemux/mpeg_hdr.h @ 30579:7c6145c57bda

Add mp_getbits() to mpeg_hdr.h to avoid a forward declaration.
author diego
date Wed, 17 Feb 2010 22:58:03 +0000
parents d643e4643313
children 102ae81b5dc8
line wrap: on
line diff
--- a/libmpdemux/mpeg_hdr.h	Wed Feb 17 22:52:31 2010 +0000
+++ b/libmpdemux/mpeg_hdr.h	Wed Feb 17 22:58:03 2010 +0000
@@ -48,4 +48,6 @@
 int h264_parse_sps(mp_mpeg_header_t * picture, unsigned char * buf, int len);
 int mp_vc1_decode_sequence_header(mp_mpeg_header_t * picture, unsigned char * buf, int len);
 
+unsigned char mp_getbits(unsigned char *buffer, unsigned int from, unsigned char len);
+
 #endif /* MPLAYER_MPEG_HDR_H */