diff mlp_parser.h @ 7176:ae78650d4ac8 libavcodec

Make ff_mlp_read_major_sync() take a GetBitContext instead of buffers.
author ramiro
date Tue, 01 Jul 2008 01:36:16 +0000
parents 99aba24ddc6c
children 64f7b6e3998b
line wrap: on
line diff
--- a/mlp_parser.h	Mon Jun 30 21:46:49 2008 +0000
+++ b/mlp_parser.h	Tue Jul 01 01:36:16 2008 +0000
@@ -53,8 +53,7 @@
 } MLPHeaderInfo;
 
 
-int ff_mlp_read_major_sync(void *log, MLPHeaderInfo *mh, const uint8_t *buf,
-                           unsigned int buf_size);
+int ff_mlp_read_major_sync(void *log, MLPHeaderInfo *mh, GetBitContext *gb);
 
 #endif /* FFMPEG_MLP_PARSER_H */