Message ID | 20230722192957.703-2-michael@niedermayer.cc |
---|---|
State | New |
Headers | show |
Series | [FFmpeg-devel,1/6] configure: libavradio support | expand |
Context | Check | Description |
---|---|---|
yinshiyou/make_loongarch64 | success | Make finished |
yinshiyou/make_fate_loongarch64 | success | Make fate finished |
andriy/make_x86 | success | Make finished |
andriy/make_fate_x86 | success | Make fate finished |
NAK
diff --git a/libavutil/log.h b/libavutil/log.h index ab7ceabe22..245ad24988 100644 --- a/libavutil/log.h +++ b/libavutil/log.h @@ -43,6 +43,7 @@ typedef enum { AV_CLASS_CATEGORY_DEVICE_AUDIO_INPUT, AV_CLASS_CATEGORY_DEVICE_OUTPUT, AV_CLASS_CATEGORY_DEVICE_INPUT, + AV_CLASS_CATEGORY_RADIO_INPUT, AV_CLASS_CATEGORY_NB ///< not part of ABI/API }AVClassCategory;
This avoids keeping a diff for libavutil in the libavradio repository Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> --- libavutil/log.h | 1 + 1 file changed, 1 insertion(+)