Commit fa2d3b6d authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '5aed1d42'

* commit '5aed1d42':
  vaapi: Fix -Wimplicit-function-declaration for ff_dlog() usage

See: 8f7b022cMerged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 7b94a2f4 5aed1d42
......@@ -20,9 +20,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "internal.h"
#include "mpegutils.h"
#include "vaapi_internal.h"
#include "internal.h"
/** Reconstruct bitstream f_code */
static inline int mpeg2_get_f_code(MpegEncContext *s)
......
......@@ -21,8 +21,8 @@
*/
#include "vaapi_internal.h"
#include "h263.h"
#include "internal.h"
#include "h263.h"
#include "mpeg4video.h"
/** Reconstruct bitstream intra_dc_vlc_thr */
......
......@@ -21,6 +21,7 @@
*/
#include "vaapi_internal.h"
#include "internal.h"
#include "vc1.h"
#include "vc1data.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment