]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpeg12.c
avcodec/sunrast: Fix input buffer pointer check
[ffmpeg] / libavcodec / mpeg12.c
index 7c140529ec8dc708c286941f5c759e14e745ddb4..a61d45b39a9f12f8d464061431bec8103668da48 100644 (file)
@@ -39,7 +39,6 @@
 #include "mpeg12data.h"
 #include "mpegvideodata.h"
 #include "bytestream.h"
-#include "vdpau_internal.h"
 #include "thread.h"
 
 uint8_t ff_mpeg12_static_rl_table_store[2][2][2*MAX_RUN + MAX_LEVEL + 3];