Skip to content
Snippets Groups Projects
Commit 2e39e7d0 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

log: add AV_CLASS_CATEGORY_NB

parent 2191aef9
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,7 @@ typedef enum {
AV_CLASS_CATEGORY_DECODER,
AV_CLASS_CATEGORY_FILTER,
AV_CLASS_CATEGORY_BITSTREAM_FILTER,
AV_CLASS_CATEGORY_NB, ///< not part of ABI/API
}AVClassCategory;
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment