[FFmpeg-cvslog] ffmpeg: Fix bitstream typo

Michael Niedermayer git at videolan.org
Fri Oct 7 17:11:17 EEST 2016


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Fri Oct  7 16:05:09 2016 +0200| [72061177f38381ff3e365d89e1c99685eaeaed9a] | committer: Michael Niedermayer

ffmpeg: Fix bitstream typo

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=72061177f38381ff3e365d89e1c99685eaeaed9a
---

 ffmpeg.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ffmpeg.h b/ffmpeg.h
index dfab101..2a22f43 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;
 



More information about the ffmpeg-cvslog mailing list