diff matroskaenc.c @ 3692:e8f67b6063c3 libavformat

misc spelling/grammar fixes
author diego
date Tue, 05 Aug 2008 08:28:57 +0000
parents 494a55f131f3
children 27537074f2a9
line wrap: on
line diff
--- a/matroskaenc.c	Tue Aug 05 00:43:01 2008 +0000
+++ b/matroskaenc.c	Tue Aug 05 08:28:57 2008 +0000
@@ -424,7 +424,7 @@
 static int put_flac_codecpriv(AVFormatContext *s, ByteIOContext *pb, AVCodecContext *codec)
 {
     // if the extradata_size is greater than FLAC_STREAMINFO_SIZE,
-    // assume that it's in Matroska's format already
+    // assume that it's in Matroska format already
     if (codec->extradata_size < FLAC_STREAMINFO_SIZE) {
         av_log(s, AV_LOG_ERROR, "Invalid FLAC extradata\n");
         return -1;