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>
This commit is contained in:
parent
ba2e07909b
commit
8bdbf49c6f
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user