Re: [FFmpeg-devel] Need help with transcoding example

2016-03-31 Thread Moritz Barsnick
Hello Przemysław, On Thu, Mar 31, 2016 at 11:17:17 +0200, Przemysław Sobala wrote: > Hello > I've altered doc/examples/transcoding.c to encode using aac codec: Please use the libav-user list for questions regarding the usage of ffmpeg's libraries and the programming with ffmpeg. https://ffmp

[FFmpeg-devel] Need help with transcoding example

2016-03-31 Thread Przemysław Sobala
Hello I've altered doc/examples/transcoding.c to encode using aac codec: --- a/doc/examples/transcoding.c +++ b/doc/examples/transcoding.c @@ -114,7 +114,12 @@ if (dec_ctx->codec_type == AVMEDIA_TYPE_VIDEO || dec_ctx->codec_type == AVMEDIA_TYPE_AUDIO) { /