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 ac9552bebf avformat/cbs: add missing license headers
ac9552bebf is described below
commit ac9552bebf9701edaba8def91f003f71a6623504
Author: James Almer <[email protected]>
AuthorDate: Mon Dec 8 20:07:19 2025 -0300
Commit: James Almer <[email protected]>
CommitDate: Mon Dec 8 20:07:45 2025 -0300
avformat/cbs: add missing license headers
Signed-off-by: James Almer <[email protected]>
---
libavformat/cbs.c | 18 ++++++++++++++++++
libavformat/cbs_apv.c | 18 ++++++++++++++++++
libavformat/cbs_av1.c | 18 ++++++++++++++++++
3 files changed, 54 insertions(+)
diff --git a/libavformat/cbs.c b/libavformat/cbs.c
index 748d298a40..c71220e338 100644
--- a/libavformat/cbs.c
+++ b/libavformat/cbs.c
@@ -1,2 +1,20 @@
+/*
+ * This file is part of FFmpeg.
+ *
+ * FFmpeg is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * FFmpeg is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with FFmpeg; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
#include "cbs.h"
#include "libavcodec/cbs.c"
diff --git a/libavformat/cbs_apv.c b/libavformat/cbs_apv.c
index 145e5d09bb..3f6df5ed05 100644
--- a/libavformat/cbs_apv.c
+++ b/libavformat/cbs_apv.c
@@ -1,2 +1,20 @@
+/*
+ * This file is part of FFmpeg.
+ *
+ * FFmpeg is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * FFmpeg is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with FFmpeg; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
#include "cbs.h"
#include "libavcodec/cbs_apv.c"
diff --git a/libavformat/cbs_av1.c b/libavformat/cbs_av1.c
index 3061832967..efaed7dfd0 100644
--- a/libavformat/cbs_av1.c
+++ b/libavformat/cbs_av1.c
@@ -1,3 +1,21 @@
+/*
+ * This file is part of FFmpeg.
+ *
+ * FFmpeg is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * FFmpeg is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with FFmpeg; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
#define CBS_AV1_OBU_TILE_LIST 0
#define CBS_AV1_OBU_METADATA 0
#define CBS_AV1_OBU_PADDING 0
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]