[FFmpeg-cvslog] rtpdec_h264: Include the right header for AV_RB16

Martin Storsjö git at videolan.org
Fri Feb 20 21:30:07 CET 2015


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Thu Feb 19 21:04:45 2015 +0200| [8bdbf49c6f4d9473183a3c45ec70d611eb6183cd] | committer: Martin Storsjö

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 at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8bdbf49c6f4d9473183a3c45ec70d611eb6183cd
---

 libavformat/rtpdec_h264.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/rtpdec_h264.c b/libavformat/rtpdec_h264.c
index faf868f..7abfde7 100644
--- a/libavformat/rtpdec_h264.c
+++ b/libavformat/rtpdec_h264.c
@@ -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"



More information about the ffmpeg-cvslog mailing list