Hi all, I'd like to analyze the decoded data buffer after the decode by avcodec_decode_video() in vd_ffmpeg.c. Which data struct saves the output data? Is it the pic->data[] or pic->base[]? Thanks a lot! BR, boku