OSDN Git Service

cosmetics
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>
Sun, 11 Jan 2009 10:42:24 +0000 (10:42 +0000)
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>
Sun, 11 Jan 2009 10:42:24 +0000 (10:42 +0000)
Originally committed as revision 16535 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/movenc.c

index aa44fd0..16e8fce 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";