Commit 61a28d00 authored by Michael Niedermayer's avatar Michael Niedermayer

flvdec: silence unused warning

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 2ae5ac78
...@@ -524,7 +524,8 @@ static int amf_parse_object(AVFormatContext *s, AVStream *astream, ...@@ -524,7 +524,8 @@ static int amf_parse_object(AVFormatContext *s, AVStream *astream,
static int flv_read_metabody(AVFormatContext *s, int64_t next_pos) static int flv_read_metabody(AVFormatContext *s, int64_t next_pos)
{ {
AMFDataType type; AMFDataType type;
AVStream *stream, *astream, *vstream, *dstream; AVStream *stream, *astream, *vstream;
AVStream av_unused *dstream;
AVIOContext *ioc; AVIOContext *ioc;
int i; int i;
// only needs to hold the string "onMetaData". // only needs to hold the string "onMetaData".
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment