changeset 3882:67164853b84e libavformat

cosmetics, vertical align
author bcoudurier
date Wed, 03 Sep 2008 19:08:56 +0000
parents ab65a52ca544
children 1a8a1a651b30
files movenc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/movenc.c	Wed Sep 03 19:05:22 2008 +0000
+++ b/movenc.c	Wed Sep 03 19:08:56 2008 +0000
@@ -572,7 +572,7 @@
     if (track->mode == MODE_MP4 || track->mode == MODE_PSP) {
         if (!codec_get_tag(ff_mp4_obj_type, track->enc->codec_id))
             return 0;
-        if (track->enc->codec_id == CODEC_ID_H264)           tag = MKTAG('a','v','c','1');
+        if      (track->enc->codec_id == CODEC_ID_H264)      tag = MKTAG('a','v','c','1');
         else if (track->enc->codec_id == CODEC_ID_AC3)       tag = MKTAG('a','c','-','3');
         else if (track->enc->codec_type == CODEC_TYPE_VIDEO) tag = MKTAG('m','p','4','v');
         else if (track->enc->codec_type == CODEC_TYPE_AUDIO) tag = MKTAG('m','p','4','a');