FFmpeg: Difference between revisions

55 bytes added ,  29 October 2019
no edit summary
No edit summary
Line 90: Line 90:
   av_opt_set(codec_ctx->priv_data, "nb_surfaces", "0", 0);
   av_opt_set(codec_ctx->priv_data, "nb_surfaces", "0", 0);
</syntaxhighlight>
</syntaxhighlight>
==C++ API==
FFmpeg does not have an official C++ API.