]> git.sesse.net Git - ffmpeg/commit
rtpdec_qt: Use a local variable instead of RTP_FLAG_KEY
authorMartin Storsjö <martin@martin.st>
Wed, 4 Mar 2015 07:57:02 +0000 (09:57 +0200)
committerMartin Storsjö <martin@martin.st>
Wed, 4 Mar 2015 22:26:42 +0000 (00:26 +0200)
commitc13ab42a0a3979b2c292b2315487f5f5e14ba26b
treead769aa0d0a1cc99cd65632557173e8f55a3d536
parent15621cbbe4ed88409ef40257afaf239487964e98
rtpdec_qt: Use a local variable instead of RTP_FLAG_KEY

The only case where RTP_FLAG_KEY actually is needed is
in RDT, where such a flag needs to be passed via the
rtpdec parse function's flags parameter.

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