comparison mmf.c @ 1870:22f6839eb478 libavformat

Convert macro+enum into a simple enum: Currently the enum was filled using a macro that also contained a description for every field, but, that description was not being used anywhere. This changes it, to make the description available as a Doxygen comment. Furthermore, it is now easily parsable by Doxygen, while before it messed up the documentation.
author takis
date Mon, 05 Mar 2007 13:52:14 +0000
parents 0899bfe4105c
children 1a3c9056982a
comparison
equal deleted inserted replaced
1869:48b1d0b70e09 1870:22f6839eb478