diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2016-10-07 16:05:09 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-10-07 16:10:10 +0200 |
commit | 72061177f38381ff3e365d89e1c99685eaeaed9a (patch) | |
tree | 0d69122804acff1e956d5ca038890fa1e2f44b88 | |
parent | ab7e83efed9c8fb30777287304c0de3cc614ce57 (diff) | |
download | ffmpeg-72061177f38381ff3e365d89e1c99685eaeaed9a.tar.gz |
ffmpeg: Fix bitstream typo
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | ffmpeg.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |