summaryrefslogtreecommitdiff
path: root/libavformat/matroskaenc.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-08-05 08:28:57 +0000
committerDiego Biurrun <diego@biurrun.de>2008-08-05 08:28:57 +0000
commit5968d2dd1e9a71537790f9bdea214679b7d56b8b (patch)
treee2680ccb62da9c66a481d954286175c6742771f4 /libavformat/matroskaenc.c
parent6888b4fcece08fd84a424942e0d73138e05be0e2 (diff)
misc spelling/grammar fixes
Originally committed as revision 14616 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/matroskaenc.c')
-rw-r--r--libavformat/matroskaenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/matroskaenc.c b/libavformat/matroskaenc.c
index 8e1c8e5a0e..e656bc3c3d 100644
--- a/libavformat/matroskaenc.c
+++ b/libavformat/matroskaenc.c
@@ -424,7 +424,7 @@ static int put_xiph_codecpriv(AVFormatContext *s, ByteIOContext *pb, AVCodecCont
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;