[FFmpeg-devel] [PATCH] ffserver: use avcodec_get_context_defaults3()
Michael Niedermayer
michaelni at gmx.at
Mon Feb 6 07:07:50 CET 2012
On Sun, Feb 05, 2012 at 10:53:31PM +0000, Paul B Mahol wrote:
>
> Signed-off-by: Paul B Mahol <onemda at gmail.com>
> ---
> ffserver.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/ffserver.c b/ffserver.c
> index 5531aac..f198571 100644
> --- a/ffserver.c
> +++ b/ffserver.c
> @@ -4221,8 +4221,8 @@ static int parse_ffconfig(const char *filename)
> }
>
> stream->fmt = ffserver_guess_format(NULL, stream->filename, NULL);
> - avcodec_get_context_defaults2(&video_enc, AVMEDIA_TYPE_VIDEO);
> - avcodec_get_context_defaults2(&audio_enc, AVMEDIA_TYPE_AUDIO);
> + avcodec_get_context_defaults3(&video_enc, NULL);
> + avcodec_get_context_defaults3(&audio_enc, NULL);
has this been tested ?
iam asking as this is not 100% equivalent ...
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
When you are offended at any man's fault, turn to yourself and study your
own failings. Then you will forget your anger. -- Epictetus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120206/21877694/attachment.asc>
More information about the ffmpeg-devel
mailing list