Re: [FFmpeg-devel] [PATCH 4/4] examples: adding device_get_capabilities example

2021-06-05 Thread Diederick C. Niehorster
On Sat, Jun 5, 2021 at 2:41 PM Andreas Rheinhardt wrote: > > Have you looked at > 2ff40b98ecbd9befadddc8fe665a391f99bfca32/0a071f7124beaf0929f772a8618ac1b6c17b0222? I have, but didn't know what to do with it. Are you suggesting reverting part of those two commits? The bit of documentation of the

Re: [FFmpeg-devel] [PATCH 4/4] examples: adding device_get_capabilities example

2021-06-05 Thread Andreas Rheinhardt
Diederick C. Niehorster: > On Sat, Jun 5, 2021 at 8:51 AM Andreas Rheinhardt > wrote: >> >> Diederick Niehorster: >>> + >>> +// since there is no equivalent of avformat_alloc_output_context2 for >>> an input context, >>> +// so we get this dirty code that users shouldn't have to write

Re: [FFmpeg-devel] [PATCH 4/4] examples: adding device_get_capabilities example

2021-06-05 Thread Diederick C. Niehorster
On Sat, Jun 5, 2021 at 8:51 AM Andreas Rheinhardt wrote: > > Diederick Niehorster: > > + > > +// since there is no equivalent of avformat_alloc_output_context2 for > > an input context, > > +// so we get this dirty code that users shouldn't have to write > > +fmt_ctx = avformat_al

Re: [FFmpeg-devel] [PATCH 4/4] examples: adding device_get_capabilities example

2021-06-04 Thread Andreas Rheinhardt
Diederick Niehorster: > Signed-off-by: Diederick Niehorster > --- > configure | 2 + > doc/examples/.gitignore| 1 + > doc/examples/Makefile | 47 > doc/examples/Makefile.example | 1 + > doc/examples/device_ge

[FFmpeg-devel] [PATCH 4/4] examples: adding device_get_capabilities example

2021-06-03 Thread Diederick Niehorster
Signed-off-by: Diederick Niehorster --- configure | 2 + doc/examples/.gitignore| 1 + doc/examples/Makefile | 47 doc/examples/Makefile.example | 1 + doc/examples/device_get_capabilities.c | 151 +

[FFmpeg-devel] [PATCH 4/4] examples: adding device_get_capabilities example

2021-06-03 Thread Diederick Niehorster
Signed-off-by: Diederick Niehorster --- configure | 2 + doc/examples/.gitignore| 1 + doc/examples/Makefile | 47 doc/examples/Makefile.example | 1 + doc/examples/device_get_capabilities.c | 151 +