Skip to content
Snippets Groups Projects
Commit 799b19c2 authored by Sebastian Dröge's avatar Sebastian Dröge
Browse files

Revert "ffmpegenc: Also add FF_MIN_BUFFER_SIZE to video buffers too"

This reverts commit 577525af.
parent 577525af
No related branches found
No related tags found
No related merge requests found
......@@ -643,8 +643,7 @@ static void
ffmpegenc_setup_working_buf (GstFFMpegEnc * ffmpegenc)
{
guint wanted_size =
ffmpegenc->context->width * ffmpegenc->context->height * 6 +
FF_MIN_BUFFER_SIZE;
ffmpegenc->context->width * ffmpegenc->context->height * 6 + 200;
/* Above is the buffer size used by ffmpeg/ffmpeg.c */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment