]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/qdrw.c
w32threads: Make pthread_cond_wait follow POSIX
[ffmpeg] / libavcodec / qdrw.c
index 7410f6e152ac3dc7c453dec34184095f0a9ba3f8..baf5de3e955113c31735778000effe714154673e 100644 (file)
@@ -40,7 +40,7 @@ static int decode_frame(AVCodecContext *avctx,
     const uint8_t *buf_end = avpkt->data + avpkt->size;
     int buf_size = avpkt->size;
     QdrawContext * const a = avctx->priv_data;
-    AVFrame * const p= (AVFrame*)&a->pic;
+    AVFrame * const p = &a->pic;
     uint8_t* outdata;
     int colors;
     int i;