rtsp: Simplify AVOption definitions
authorMartin Storsjö <martin@martin.st>
Thu, 13 Oct 2011 11:00:06 +0000 (14:00 +0300)
committerMartin Storsjö <martin@martin.st>
Mon, 17 Oct 2011 16:57:47 +0000 (19:57 +0300)
commit2c9aa0247d6a5654d955fb018a84e7f2ec3a355e
tree7cccdf4e911e3c592726f725106542574df82057
parent17fff881e796980e2b9817f195e80fe2f2fd197a
rtsp: Simplify AVOption definitions

Use defines for shortening common parts, omit the .dbl named
initializer (since it's the first element in the union).

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/rtsp.c