]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
cosmetics
authorbcoudurier <bcoudurier@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sun, 11 Jan 2009 10:42:24 +0000 (10:42 +0000)
committerbcoudurier <bcoudurier@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sun, 11 Jan 2009 10:42:24 +0000 (10:42 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16535 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavformat/movenc.c

index aa44fd0897e4a45e3f18dc0c85bb732a206c3eb6..16e8fce1aefbd055f1a639da73b39aa8316497de 100644 (file)
@@ -917,10 +917,10 @@ static int mov_write_hdlr_tag(ByteIOContext *pb, MOVTrack *track)
         if (track->enc->codec_type == CODEC_TYPE_VIDEO) {
             hdlr_type = "vide";
             descr = "VideoHandler";
-        } else if (track->enc->codec_type == CODEC_TYPE_AUDIO){
+        } else if (track->enc->codec_type == CODEC_TYPE_AUDIO) {
             hdlr_type = "soun";
             descr = "SoundHandler";
-        } else if (track->enc->codec_type == CODEC_TYPE_SUBTITLE){
+        } else if (track->enc->codec_type == CODEC_TYPE_SUBTITLE) {
             if (track->mode == MODE_IPOD) hdlr_type = "sbtl";
             else                          hdlr_type = "text";
             descr = "SubtitleHandler";