diff options
author | Guillaume Martres <smarter@ubuntu.com> | 2013-12-10 15:37:21 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-12-10 16:20:48 +0100 |
commit | 679a6377e4948bce6e2cb28cf7ced4b1738e906e (patch) | |
tree | 4fc0206f5fe0180c16ef0c8bfc098fc672403e58 /libavcodec/hevc_sei.c | |
parent | 6026a5ad4f135476c7a1f51f8cfa7f4cc2ca0283 (diff) | |
download | ffmpeg-679a6377e4948bce6e2cb28cf7ced4b1738e906e.tar.gz |
hevc: avoid some unnecessary differences with libav
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/hevc_sei.c')
-rw-r--r-- | libavcodec/hevc_sei.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/hevc_sei.c b/libavcodec/hevc_sei.c index 2804ef1a9c..28a1ff849f 100644 --- a/libavcodec/hevc_sei.c +++ b/libavcodec/hevc_sei.c @@ -22,8 +22,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "hevc.h" #include "golomb.h" +#include "hevc.h" static void decode_nal_sei_decoded_picture_hash(HEVCContext *s) { |