<div dir="ltr"><div dir="ltr"><div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div><br><br></div><div>Ok, Thanks!</div><div><br></div><div>But can you tell me how to get the frame pixel format, please?</div><div>I use frame->format   but the output is only zero (0) value.</div><div><br></div><div>Regards </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br></blockquote></div></div></blockquote><div>I have:</div><div><br></div><div>av_get_pix_fmt_name(frame->format)</div><div><br></div><div>to get a format name, but also:</div><div><br></div><div>pix_fmt = video_dec_ctx->pix_fmt;</div><div><br></div><div>This should still apply in current version.  pix_fmt is of type "enum AVPixelFormat".</div><div>Try: <a href="https://libav.org/documentation/doxygen/master/structAVCodecContext.html#a0425c77b3d06d71e5db88b1d7e1b37f2">https://libav.org/documentation/doxygen/master/structAVCodecContext.html#a0425c77b3d06d71e5db88b1d7e1b37f2</a></div><div>for more information on that or other options.</div><div><br></div><div>Cheers,</div><div>Simon</div><div> </div></div></div></div></div>