OSDN Git Service

rtpdec_h264: Include the right header for AV_RB16
authorMartin Storsjö <martin@martin.st>
Thu, 19 Feb 2015 19:04:45 +0000 (21:04 +0200)
committerMartin Storsjö <martin@martin.st>
Fri, 20 Feb 2015 17:28:44 +0000 (19:28 +0200)
commit8bdbf49c6f4d9473183a3c45ec70d611eb6183cd
treeef1de69ad5c19b7bc0348e4ff01b20ce47316d24
parentba2e07909b848e583245856a59d0fe1dd08f917e
rtpdec_h264: Include the right header for AV_RB16

Including libavcodec/get_bits.h is superfluous for AV_RB16 - nothing
in this file uses any actual bitstream reader.

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