[FFmpeg-devel] [PATCH] libxvid: Create extradata in init using a dummy frame
Derek Buitenhuis
derek.buitenhuis at gmail.com
Sun Apr 3 22:57:01 CEST 2016
On 4/3/2016 9:54 PM, Derek Buitenhuis wrote:
> Modifying global header extradata in encode_frame is an API violation
> and only happens to work currently because mov writes its header
> at the end of the file.
>
> Heavily based off of a patch from 2012.
>
> Original-by: Nicolas George <george at nsup.org>
> Signed-off-by: Derek Buitenhuis <derek.buitenhuis at gmail.com>
> ---
> libavcodec/libxvid.c | 39 +++++++++++++++++++++++++++++++++++++++
> 1 file changed, 39 insertions(+)
This is v2, if it wasn't clear.
- Derek
More information about the ffmpeg-devel
mailing list