Browse Source

removes spurious warning

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.9
Joseph Wecker Michael Niedermayer 13 years ago
parent
commit
d31c68a7ed
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/flvenc.c

+ 1
- 1
libavformat/flvenc.c View File

@@ -432,7 +432,7 @@ static int flv_write_packet(AVFormatContext *s, AVPacket *pkt)
assert(enc->codec_type == AVMEDIA_TYPE_DATA);
avio_w8(pb, FLV_TAG_TYPE_META);
flags_size = 0;
flags = NULL;
flags = 0;
}

if (enc->codec_id == CODEC_ID_H264 || enc->codec_id == CODEC_ID_MPEG4) {


Loading…
Cancel
Save