]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/roqvideo.h
mpegvideo: call av_frame_unref() instead of avcodec_get_frame_defaults().
[ffmpeg] / libavcodec / roqvideo.h
index 33d77edc8b118c463baa0849e604ce880376f04f..3f000225e9d09ecbad1b228fbf8f3eebafe6fda7 100644 (file)
@@ -25,7 +25,6 @@
 #include "libavutil/lfg.h"
 #include "avcodec.h"
 #include "bytestream.h"
-#include "dsputil.h"
 
 typedef struct roq_cell {
     unsigned char y[4];
@@ -45,7 +44,6 @@ struct RoqTempData;
 typedef struct RoqContext {
 
     AVCodecContext *avctx;
-    AVFrame frames[2];
     AVFrame *last_frame;
     AVFrame *current_frame;
     int first_frame;