[FFmpeg-soc] [soc]: r1095 - matroska/matroskaenc.c

conrad subversion at mplayerhq.hu
Mon Aug 20 21:52:26 CEST 2007


Author: conrad
Date: Mon Aug 20 21:52:26 2007
New Revision: 1095

Log:
Indent


Modified:
   matroska/matroskaenc.c

Modified: matroska/matroskaenc.c
==============================================================================
--- matroska/matroskaenc.c	(original)
+++ matroska/matroskaenc.c	Mon Aug 20 21:52:26 2007
@@ -492,7 +492,7 @@ static int mkv_write_codecprivate(ByteIO
 
     } 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;



More information about the FFmpeg-soc mailing list