OSDN Git Service

rtsp: Fix compiler warning for uninitialized variable
authorJean First <jeanfirst@gmail.com>
Tue, 3 Jan 2012 22:01:28 +0000 (23:01 +0100)
committerMartin Storsjö <martin@martin.st>
Wed, 4 Jan 2012 20:15:42 +0000 (22:15 +0200)
commit4be386b318e2c707f3f65df49244768afc47c3d9
treeaf1dba1508816f6e16e3218f3c0a3ddb51377794
parent89d26797f56ec52dae14f9c47b445c9a39e8ce56
rtsp: Fix compiler warning for uninitialized variable

This one won't ever be used uninitialized in practice, but
the compiler doesn't realize it.

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