diff options
Diffstat (limited to 'libhb/hbffmpeg.h')
-rw-r--r-- | libhb/hbffmpeg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/hbffmpeg.h b/libhb/hbffmpeg.h index 3c7d1ead6..568eb5340 100644 --- a/libhb/hbffmpeg.h +++ b/libhb/hbffmpeg.h @@ -2,9 +2,9 @@ Homepage: <http://handbrake.fr/>. It may be used under the terms of the GNU General Public License. */ -#include "libavcodec/opt.h" #include "libavcodec/avcodec.h" #include "libavformat/avformat.h" +#include "libavutil/opt.h" #include "libswscale/swscale.h" void hb_avcodec_init(void); |