Re: [FFmpeg-devel] [PATCH] Stop hardcoding align=32 in av_frame_get_buffer() calls.

2020-05-22 Thread Anton Khirnov
pushed -- Anton Khirnov ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-devel] [PATCH] Stop hardcoding align=32 in av_frame_get_buffer() calls.

2020-05-18 Thread Anton Khirnov
Use 0, which selects the alignment automatically. --- doc/examples/encode_video.c| 2 +- doc/examples/muxing.c | 2 +- doc/examples/vaapi_encode.c| 2 +- fftools/ffmpeg.c | 2 +- fftools/ffmpeg_videotoolbox.c | 2 +- libavcodec/asvenc.c