diff options
author | Clément Bœsch <u@pkh.me> | 2016-07-29 11:13:44 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2016-07-29 11:13:44 +0200 |
commit | ecf65c30cf7545c72c0e27b32283fc9c55b03544 (patch) | |
tree | edaed0920d675856ae7eb9fdf90a7ce5fc9d7d5c /libavcodec/omx.c | |
parent | 15b26e88cb7c775e0e7a422ab6b088b5690f31ad (diff) | |
parent | 251cbb44003caf179fb17afbb8a6c56643c2a646 (diff) | |
download | ffmpeg-ecf65c30cf7545c72c0e27b32283fc9c55b03544.tar.gz |
Merge commit '251cbb44003caf179fb17afbb8a6c56643c2a646'
* commit '251cbb44003caf179fb17afbb8a6c56643c2a646':
h264: create a new header for common h264 definitions
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 665ec1d7fb..1b2ae0d997 100644 --- a/libavcodec/omx.c +++ b/libavcodec/omx.c @@ -41,7 +41,7 @@ #include "libavutil/opt.h" #include "avcodec.h" -#include "h264dec.h" +#include "h264.h" #include "internal.h" #ifdef OMX_SKIP64BIT |