[FFmpeg-devel] [PATCH 05/16] lavc/videotoolbox: escape 0x00000[0-3]s in avcC PSs

Derek Buitenhuis derek.buitenhuis at gmail.com
Wed Nov 24 16:17:52 EET 2021


On 11/22/2021 9:58 PM, rcombs wrote:
> ---
>  libavcodec/videotoolbox.c | 53 +++++++++++++++++++++++++++++++++------
>  1 file changed, 45 insertions(+), 8 deletions(-)
> 
> diff --git a/libavcodec/videotoolbox.c b/libavcodec/videotoolbox.c
> index 49e726a75f..bd6e769207 100644
> --- a/libavcodec/videotoolbox.c
> +++ b/libavcodec/videotoolbox.c
> @@ -140,14 +140,51 @@ int ff_videotoolbox_alloc_frame(AVCodecContext *avctx, AVFrame *frame)

Can this be shared with copy_emulation_prev from videotoolboxenc, like James noted on IRC?

- Derek


More information about the ffmpeg-devel mailing list