Commit d31c68a7 authored by Joseph Wecker's avatar Joseph Wecker Committed by Michael Niedermayer

removes spurious warning

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent c40a35f8
......@@ -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) {
......
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