]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/smoothstreamingenc.c
lavf: Fix assignments in if()
[ffmpeg] / libavformat / smoothstreamingenc.c
index 1ed675a27212cb94a6d6a5545bcaaef94e9397b4..d26af0564b422a80d27730a461458b86d0023a58 100644 (file)
@@ -51,7 +51,7 @@ typedef struct {
     char dirname[1024];
     uint8_t iobuf[32768];
     URLContext *out;  // Current output stream where all output is written
-    URLContext *out2; // Auxillary output stream where all output also is written
+    URLContext *out2; // Auxiliary output stream where all output is also written
     URLContext *tail_out; // The actual main output stream, if we're currently seeked back to write elsewhere
     int64_t tail_pos, cur_pos, cur_start_pos;
     int packets_written;