projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53bc55c
)
[source_avcodec] remove deprecation warning (< ffmpeg 5.1)
author
Paul Brossier
<piem@piem.org>
Wed, 27 Dec 2023 18:23:13 +0000
(19:23 +0100)
committer
Paul Brossier
<piem@piem.org>
Wed, 27 Dec 2023 18:23:13 +0000
(19:23 +0100)
src/io/source_avcodec.c
patch
|
blob
|
history
diff --git
a/src/io/source_avcodec.c
b/src/io/source_avcodec.c
index
7b4dd85
..
71ea8b5
100644
(file)
--- a/
src/io/source_avcodec.c
+++ b/
src/io/source_avcodec.c
@@
-53,7
+53,7
@@
#endif
#if LIBAVUTIL_VERSION_INT < AV_VERSION_INT(57,28,100)
-#warning "libavutil < 57.28.100 is deprecated"
+
//
#warning "libavutil < 57.28.100 is deprecated"
#else
#define LIBAVUTIL_HAS_CH_LAYOUT
#endif