You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
ffmpeg: Fix bitstream typo
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
2
ffmpeg.h
2
ffmpeg.h
@@ -473,7 +473,7 @@ typedef struct OutputStream {
|
|||||||
int stream_copy;
|
int stream_copy;
|
||||||
|
|
||||||
// init_output_stream() has been called for this stream
|
// 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.
|
// parameters are set in the AVStream.
|
||||||
int initialized;
|
int initialized;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user