Browse Source

avformat/flvenc: remove unused variable

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.5
Michael Niedermayer 10 years ago
parent
commit
cc5f731541
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/flvenc.c

+ 1
- 1
libavformat/flvenc.c View File

@@ -200,7 +200,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;



Loading…
Cancel
Save