ffmpeg | branch: master | Michael Niedermayer <[email protected]> | Fri Oct 7 16:05:09 2016 +0200| [72061177f38381ff3e365d89e1c99685eaeaed9a] | committer: Michael Niedermayer
ffmpeg: Fix bitstream typo Signed-off-by: Michael Niedermayer <[email protected]> > 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; _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
