diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-02-20 21:23:07 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-02-20 21:23:16 +0100 |
commit | 2130ed3312d468fd3f6e299d35c013fe568b83ab (patch) | |
tree | a5514a958dc25b80a2a47a3c4b0de0c8bd955a29 /libavformat/rtpdec_h264.c | |
parent | de4ae9fb643e0258249165124dc87c60008574b8 (diff) | |
parent | 8bdbf49c6f4d9473183a3c45ec70d611eb6183cd (diff) | |
download | ffmpeg-2130ed3312d468fd3f6e299d35c013fe568b83ab.tar.gz |
Merge commit '8bdbf49c6f4d9473183a3c45ec70d611eb6183cd'
* commit '8bdbf49c6f4d9473183a3c45ec70d611eb6183cd':
rtpdec_h264: Include the right header for AV_RB16
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/rtpdec_h264.c')
-rw-r--r-- | libavformat/rtpdec_h264.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtpdec_h264.c b/libavformat/rtpdec_h264.c index 24b701ceb2..abee9528d3 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" |