On Tue, Dec 27, 2016 at 07:59:15AM -0500, compn wrote:
> On Mon, 26 Dec 2016 21:35:12 +0100
> Michael Niedermayer wrote:
>
> > -int stop_encoding = 0;
>
> it would be nice if the commit message was "ffmpeg: remove stop_encoding
> function , it is dead / unused code"
changed to something
On Mon, 26 Dec 2016 21:35:12 +0100
Michael Niedermayer wrote:
> -int stop_encoding = 0;
it would be nice if the commit message was "ffmpeg: remove stop_encoding
function , it is dead / unused code"
or so, with the function name in the message? easier to grep?
i have not tested patch...
Fixes: CID1396243
Signed-off-by: Michael Niedermayer
---
ffmpeg.c | 11 ++-
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/ffmpeg.c b/ffmpeg.c
index ec9da3e6e2..b85c31459c 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -1797,7 +1797,6 @@ static void flush_encoders(void)