]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/zmbvenc.c
w32threads: Make pthread_cond_wait follow POSIX
[ffmpeg] / libavcodec / zmbvenc.c
index 1c1e78d912496c92ef20c81ba1380e9546c01f01..5d2728e0e7babfa1e4248870130c5bd3a1532365 100644 (file)
@@ -313,7 +313,7 @@ static av_cold int encode_init(AVCodecContext *avctx)
         return -1;
     }
 
-    avctx->coded_frame = (AVFrame*)&c->pic;
+    avctx->coded_frame = &c->pic;
 
     return 0;
 }