[FFmpeg-devel] [PATCH] Fixed incorrect timestamps and initialization issues in transcoding.c example.

Michael Niedermayer michael at niedermayer.cc
Wed Aug 8 13:33:36 EEST 2018


On Tue, Jul 24, 2018 at 10:18:17PM +0000, Brian C. Wiles wrote:
> ---
>  doc/examples/transcoding.c | 10 +++++++++-
>  1 file changed, 9 insertions(+), 1 deletion(-)
> 

[...]

> @@ -517,6 +518,11 @@ int main(int argc, char **argv)
>          return 1;
>      }
>  
> +    av_register_all();
> +    avcodec_register_all();
> +    avfilter_register_all();

These are deprecated functions

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

If you drop bombs on a foreign country and kill a hundred thousand
innocent people, expect your government to call the consequence
"unprovoked inhuman terrorist attacks" and use it to justify dropping
more bombs and killing more people. The technology changed, the idea is old.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20180808/25e117ec/attachment.sig>


More information about the ffmpeg-devel mailing list