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)
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

index faf868f..7abfde7 100644 (file)
@@ -35,8 +35,8 @@
 
 #include "libavutil/attributes.h"
 #include "libavutil/base64.h"
+#include "libavutil/intreadwrite.h"
 #include "libavutil/avstring.h"
-#include "libavcodec/get_bits.h"
 #include "avformat.h"
 
 #include "network.h"