diff options
author | Clément Bœsch <u@pkh.me> | 2016-07-29 11:01:36 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2016-07-29 11:01:36 +0200 |
commit | 15b26e88cb7c775e0e7a422ab6b088b5690f31ad (patch) | |
tree | a5e2705a74a0ef8f98b51d364fb510169cc7607e /libavcodec/omx.c | |
parent | 7dda97fb86ff615e6a892052545d955816bb58f6 (diff) | |
parent | 9df889a5f116c1ee78c2f239e0ba599c492431aa (diff) | |
download | ffmpeg-15b26e88cb7c775e0e7a422ab6b088b5690f31ad.tar.gz |
Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa'
* commit '9df889a5f116c1ee78c2f239e0ba599c492431aa':
h264: rename h264.[ch] to h264dec.[ch]
Merged-by: Clément Bœsch <u@pkh.me>
Diffstat (limited to 'libavcodec/omx.c')
-rw-r--r-- | libavcodec/omx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/omx.c b/libavcodec/omx.c index 1b2ae0d997..665ec1d7fb 100644 --- a/libavcodec/omx.c +++ b/libavcodec/omx.c @@ -41,7 +41,7 @@ #include "libavutil/opt.h" #include "avcodec.h" -#include "h264.h" +#include "h264dec.h" #include "internal.h" #ifdef OMX_SKIP64BIT |