# HG changeset patch # User conrad # Date 1188951956 0 # Node ID d66e476c9d24412773410d07cefb32e5bc210bc8 # Parent 0ca390638aa5390482bedba1079e51771739e3df Indent diff -r 0ca390638aa5 -r d66e476c9d24 matroskaenc.c --- a/matroskaenc.c Wed Sep 05 00:25:54 2007 +0000 +++ b/matroskaenc.c Wed Sep 05 00:25:56 2007 +0000 @@ -492,7 +492,7 @@ } else if (codec->codec_type == CODEC_TYPE_AUDIO) { if (!codec->codec_tag) - codec->codec_tag = codec_get_tag(codec_wav_tags, codec->codec_id); + codec->codec_tag = codec_get_tag(codec_wav_tags, codec->codec_id); if (!codec->codec_tag) { av_log(codec, AV_LOG_ERROR, "no wav codec id found"); ret = -1;