mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
mlp: Convert to the new bitstream reader
This commit is contained in:
parent
fa64aea12e
commit
00c72a1e01
3 changed files with 136 additions and 132 deletions
|
|
@ -27,7 +27,7 @@
|
|||
#ifndef AVCODEC_MLP_PARSER_H
|
||||
#define AVCODEC_MLP_PARSER_H
|
||||
|
||||
#include "get_bits.h"
|
||||
#include "bitstream.h"
|
||||
|
||||
typedef struct MLPHeaderInfo
|
||||
{
|
||||
|
|
@ -61,6 +61,6 @@ typedef struct MLPHeaderInfo
|
|||
} MLPHeaderInfo;
|
||||
|
||||
|
||||
int ff_mlp_read_major_sync(void *log, MLPHeaderInfo *mh, GetBitContext *gb);
|
||||
int ff_mlp_read_major_sync(void *log, MLPHeaderInfo *mh, BitstreamContext *bc);
|
||||
|
||||
#endif /* AVCODEC_MLP_PARSER_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue