flvenc: Remove an unused variable

Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
Michael Niedermayer 2014-11-17 13:08:05 +01:00 committed by Martin Storsjö
parent cd975d5658
commit 4b68edd08a
1 changed files with 1 additions and 1 deletions

View File

@ -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;