Browse Source

flvdec: silence unused warning

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.1
Michael Niedermayer 12 years ago
parent
commit
61a28d00e8
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      libavformat/flvdec.c

+ 2
- 1
libavformat/flvdec.c View File

@@ -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…
Cancel
Save