You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
flvenc: Remove an unused variable
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
committed by
Martin Storsjö
parent
cd975d5658
commit
4b68edd08a
@@ -196,7 +196,7 @@ static void write_metadata(AVFormatContext *s, unsigned int ts)
|
|||||||
{
|
{
|
||||||
AVIOContext *pb = s->pb;
|
AVIOContext *pb = s->pb;
|
||||||
FLVContext *flv = s->priv_data;
|
FLVContext *flv = s->priv_data;
|
||||||
int i, metadata_count = 0;
|
int metadata_count = 0;
|
||||||
int64_t metadata_size_pos, data_size, metadata_count_pos;
|
int64_t metadata_size_pos, data_size, metadata_count_pos;
|
||||||
AVDictionaryEntry *tag = NULL;
|
AVDictionaryEntry *tag = NULL;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user