Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-05-18 10:02:39 +0300
committerAnton Khirnov <anton@khirnov.net>2016-06-21 12:11:26 +0300
commit9df889a5f116c1ee78c2f239e0ba599c492431aa (patch)
treebfe4fb0b0f89ac7608f66708499c194746d8192d /libavcodec/h264_cabac.c
parentf651c6a259d4bc78f25db11d25df9256d5110bd3 (diff)
h264: rename h264.[ch] to h264dec.[ch]
This is more consistent with the naming of other decoders.
Diffstat (limited to 'libavcodec/h264_cabac.c')
-rw-r--r--libavcodec/h264_cabac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264_cabac.c b/libavcodec/h264_cabac.c
index 783bc0f5c9..203803fbdf 100644
--- a/libavcodec/h264_cabac.c
+++ b/libavcodec/h264_cabac.c
@@ -35,7 +35,7 @@
#include "cabac_functions.h"
#include "internal.h"
#include "avcodec.h"
-#include "h264.h"
+#include "h264dec.h"
#include "h264data.h"
#include "h264_mvpred.h"
#include "mpegutils.h"