[SCM] libav/experimental: Increase VIDEO_PICTURE_QUEUE_SIZE to 2. this allows more asynchronous decoding and display thus improving video smoothness. It also seems to improve absolute video decoding speed for some reason

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:04:02 UTC 2013


The following commit has been merged in the experimental branch:
commit 562f382cab4f6fe098e203c7adced59cc6299017
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed Mar 10 15:45:46 2010 +0000

    Increase VIDEO_PICTURE_QUEUE_SIZE to 2.
    this allows more asynchronous decoding and display thus improving
    video smoothness.
    It also seems to improve absolute video decoding speed for some reason
    
    Originally committed as revision 22434 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/ffplay.c b/ffplay.c
index fb99d9a..89650e4 100644
--- a/ffplay.c
+++ b/ffplay.c
@@ -87,7 +87,7 @@ typedef struct PacketQueue {
     SDL_cond *cond;
 } PacketQueue;
 
-#define VIDEO_PICTURE_QUEUE_SIZE 1
+#define VIDEO_PICTURE_QUEUE_SIZE 2
 #define SUBPICTURE_QUEUE_SIZE 4
 
 typedef struct VideoPicture {

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list