[PATCH] videorec: Drop a commented out option
authorVittorio Giovara <vittorio.giovara@gmail.com>
Tue, 10 Nov 2015 12:53:40 +0000 (13:53 +0100)
committerGianfranco Costamagna <locutusofborg@debian.org>
Thu, 12 Jan 2017 16:30:21 +0000 (16:30 +0000)
--HG--
extra : hg-git-rename-source : git

Gbp-Pq: Name ce3a58617e5732376b4ef5d47fc2be73b705a154.patch

hedgewars/avwrapper/avwrapper.c

index 1f48af48360ce890d2e54fe3c45b99b131fe4dd6..9ed00b4e87ab96f185bfc600bc3560643a29b7df 100644 (file)
@@ -273,7 +273,7 @@ static int AddVideoStream()
        identically 1. */
     g_pVideo->time_base.den = g_pVStream->time_base.den = g_Framerate.num;
     g_pVideo->time_base.num = g_pVStream->time_base.num = g_Framerate.den;
-    //g_pVideo->gop_size = 12; /* emit one intra frame every twelve frames at most */
+
     g_pVideo->pix_fmt = AV_PIX_FMT_YUV420P;
 
     // set quality