From 0b6e5d6b32b91c6da79cd919a3c2ede9d682f838 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 29 Feb 2016 22:48:14 +0100 Subject: avconv: remove sub-frame warning It's not practical to keep this with the new decode API. Signed-off-by: Anton Khirnov --- avconv.h | 1 - 1 file changed, 1 deletion(-) (limited to 'avconv.h') diff --git a/avconv.h b/avconv.h index f0a948f145..645dc30e12 100644 --- a/avconv.h +++ b/avconv.h @@ -240,7 +240,6 @@ typedef struct InputStream { int64_t nb_samples; /* number of samples in the last decoded audio frame before looping */ PtsCorrectionContext pts_ctx; double ts_scale; - int showed_multi_packet_warning; AVDictionary *decoder_opts; AVRational framerate; /* framerate forced with -r */ -- cgit v1.2.3