rtp: Make sure the output format pointer is set
authorMartin Storsjö <martin@martin.st>
Wed, 23 Jan 2013 21:21:52 +0000 (23:21 +0200)
committerMartin Storsjö <martin@martin.st>
Thu, 24 Jan 2013 09:31:35 +0000 (11:31 +0200)
commit932117171f32fc3160f3d92943290238945fcb28
tree736ceaf52b736415f41b41f06b04c68cf506f27f
parent57ed8debb9b9cc565cc6e9f98c5b5cbb9f69097c
rtp: Make sure the output format pointer is set

Not sure if this actually happens, but we do the same check when
checking payload_type further above in the function, so it might
be needed.

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