mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-29 19:02:21 +00:00
flvenc: Remove an unused variable
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
cd975d5658
commit
4b68edd08a
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user