mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
flvdec: silence unused warning
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
2ae5ac78d8
commit
61a28d00e8
@ -524,7 +524,8 @@ static int amf_parse_object(AVFormatContext *s, AVStream *astream,
|
||||
static int flv_read_metabody(AVFormatContext *s, int64_t next_pos)
|
||||
{
|
||||
AMFDataType type;
|
||||
AVStream *stream, *astream, *vstream, *dstream;
|
||||
AVStream *stream, *astream, *vstream;
|
||||
AVStream av_unused *dstream;
|
||||
AVIOContext *ioc;
|
||||
int i;
|
||||
// only needs to hold the string "onMetaData".
|
||||
|
Loading…
Reference in New Issue
Block a user