]> git.sesse.net Git - ffmpeg/blobdiff - Doxyfile
h264: fix PCM intra-coded blocks in monochrome case
[ffmpeg] / Doxyfile
index a4beaba3231b39ce1a4665d9c24fb47da6551c52..bb8d92b298a27cfe9c8338795c6970e4e91075b6 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -1382,7 +1382,8 @@ PREDEFINED             = "__attribute__(x)=" \
 # The macro definition that is found in the sources will be used.
 # Use the PREDEFINED tag if you want to use a different macro definition.
 
-EXPAND_AS_DEFINED      = declare_idct
+EXPAND_AS_DEFINED      = declare_idct  \
+                         READ_PAR_DATA \
 
 # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
 # doxygen's preprocessor will remove all function-like macros that are alone