This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 3e4acff3aae53f8945e9d653cd1aa4ba2fead084 Author: Marton Balint <[email protected]> AuthorDate: Sat Jun 13 22:29:18 2026 +0200 Commit: Marton Balint <[email protected]> CommitDate: Wed Jun 24 23:31:53 2026 +0200 avformat/asfdec_o: remove constants already defined in asf.h Signed-off-by: Marton Balint <[email protected]> --- libavformat/asfdec_o.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/libavformat/asfdec_o.c b/libavformat/asfdec_o.c index cc9c5ec396..9338d4ee63 100644 --- a/libavformat/asfdec_o.c +++ b/libavformat/asfdec_o.c @@ -37,14 +37,7 @@ #include "asf.h" #include "asfcrypt.h" -#define ASF_BOOL 0x2 -#define ASF_WORD 0x5 -#define ASF_GUID 0x6 -#define ASF_DWORD 0x3 -#define ASF_QWORD 0x4 -#define ASF_UNICODE 0x0 #define ASF_FLAG_BROADCAST 0x1 -#define ASF_BYTE_ARRAY 0x1 #define ASF_TYPE_AUDIO 0x2 #define ASF_TYPE_VIDEO 0x1 #define ASF_STREAM_NUM 0x7F _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
