]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/smoothstreamingenc.c
img2enc: fix typo
[ffmpeg] / libavformat / smoothstreamingenc.c
index e51d088c48c652fe252646a55e342812739440dc..096bf79c3022f7948610383153e8909f4d6d6b56 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;