On 6/9/11 5:57 PM, Diego Biurrun wrote:
@@ -1365,7 +1365,7 @@ static int queue_picture(VideoState *is, AVFrame 
*src_frame, double pts, int64_t

      /* if the frame is not skipped, then display it */
      if (vp->bmp) {
-        AVPicture pict = { 0 };
+        AVPicture pict = { { 0 } };

I don't like it at all =|

lu
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to