Commit 4b68edd0 authored by Michael Niedermayer's avatar Michael Niedermayer Committed by Martin Storsjö

flvenc: Remove an unused variable

Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent cd975d56
......@@ -196,7 +196,7 @@ static void write_metadata(AVFormatContext *s, unsigned int ts)
{
AVIOContext *pb = s->pb;
FLVContext *flv = s->priv_data;
int i, metadata_count = 0;
int metadata_count = 0;
int64_t metadata_size_pos, data_size, metadata_count_pos;
AVDictionaryEntry *tag = NULL;
......
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