Convert macro+enum into a simple enum: Currently the enum was filled using a
authorPanagiotis Issaris <takis.issaris@uhasselt.be>
Mon, 5 Mar 2007 13:52:14 +0000 (13:52 +0000)
committerPanagiotis Issaris <takis.issaris@uhasselt.be>
Mon, 5 Mar 2007 13:52:14 +0000 (13:52 +0000)
commit391fbb656c1b9d73d128e05014da6cb278727350
treee07556b816ffb8063f9b7aebdacb38507d22b4f9
parentd7f654692a14395af7b52c56dd7b35849fc44c5d
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.

Originally committed as revision 8254 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rtsp.h
libavformat/rtspcodes.h