From 72061177f38381ff3e365d89e1c99685eaeaed9a Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 7 Oct 2016 16:05:09 +0200 Subject: ffmpeg: Fix bitstream typo Signed-off-by: Michael Niedermayer --- ffmpeg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ffmpeg.h') diff --git a/ffmpeg.h b/ffmpeg.h index dfab101396..2a22f438fc 100644 --- a/ffmpeg.h +++ b/ffmpeg.h @@ -473,7 +473,7 @@ typedef struct OutputStream { int stream_copy; // init_output_stream() has been called for this stream - // The encoder and the bistream filters have been initialized and the stream + // The encoder and the bitstream filters have been initialized and the stream // parameters are set in the AVStream. int initialized; -- cgit v1.2.3