summaryrefslogtreecommitdiff
path: root/avconv.h
diff options
context:
space:
mode:
authorwm4 <nfxjfg@googlemail.com>2016-02-29 22:48:14 +0100
committerAnton Khirnov <anton@khirnov.net>2016-03-05 09:10:10 +0100
commit0b6e5d6b32b91c6da79cd919a3c2ede9d682f838 (patch)
treec54f2676065ef2473e8ce2321c64e573cf6ff709 /avconv.h
parent2e2f8534ebde47d3a3909fe64c2e66204bc56874 (diff)
avconv: remove sub-frame warning
It's not practical to keep this with the new decode API. Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'avconv.h')
-rw-r--r--avconv.h1
1 files changed, 0 insertions, 1 deletions
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 */