Browse Source

ffmpeg: Fix bitstream typo

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n3.2
Michael Niedermayer 9 years ago
parent
commit
72061177f3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ffmpeg.h

+ 1
- 1
ffmpeg.h View File

@@ -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;



Loading…
Cancel
Save