This is an automated email from the git hooks/post-receive script.
Git pushed a commit to branch master
in repository ffmpeg.
The following commit(s) were added to refs/heads/master by this push:
new fd9e4fa081 avformat/dump: remove unused variable
fd9e4fa081 is described below
commit fd9e4fa0813d65bdc04b98043437c3d2b2380dde
Author: James Almer <[email protected]>
AuthorDate: Sat May 30 16:02:26 2026 -0300
Commit: James Almer <[email protected]>
CommitDate: Sat May 30 16:02:26 2026 -0300
avformat/dump: remove unused variable
Signed-off-by: James Almer <[email protected]>
---
libavformat/dump.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavformat/dump.c b/libavformat/dump.c
index f2c7cf9845..67e37d7192 100644
--- a/libavformat/dump.c
+++ b/libavformat/dump.c
@@ -838,7 +838,6 @@ static void dump_stream_group(const AVFormatContext *ic,
uint8_t *printed,
break;
}
case AV_STREAM_GROUP_PARAMS_TREF: {
- const AVStreamGroupTREF *tref = stg->params.tref;
av_log(NULL, AV_LOG_INFO, " Track Reference:\n");
for (int i = 0; i < stg->nb_streams; i++) {
const AVStream *st = stg->streams[i];
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]