]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/libtheoraenc.c
Merge commit '35c858066840352d6d43385bbc728467c5150974'
[ffmpeg] / libavcodec / libtheoraenc.c
index c581b34e3ba1654c8870f01dbab862597bce2f68..fae55e8f23b022467311b69ae10c3c7c58f0fedb 100644 (file)
@@ -253,7 +253,7 @@ static av_cold int encode_init(AVCodecContext* avc_context)
         Output first header packet consisting of theora
         header, comment, and tables.
 
-        Each one is prefixed with a 16bit size, then they
+        Each one is prefixed with a 16-bit size, then they
         are concatenated together into libavcodec's extradata.
     */
     offset = 0;