diff options
author | David Conrad <lessen42@gmail.com> | 2007-09-05 00:25:56 +0000 |
---|---|---|
committer | David Conrad <lessen42@gmail.com> | 2007-09-05 00:25:56 +0000 |
commit | 7e33d3fee429603d7221a792b8a849c3b6fd982b (patch) | |
tree | baec842803da332ea30a80222767053a60040c2a /libavformat/matroskaenc.c | |
parent | dc4a9f6737c9844909a72ecc4b7260757eb2a8d8 (diff) | |
download | ffmpeg-7e33d3fee429603d7221a792b8a849c3b6fd982b.tar.gz |
Indent
Originally committed as revision 10381 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/matroskaenc.c')
-rw-r--r-- | libavformat/matroskaenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/matroskaenc.c b/libavformat/matroskaenc.c index 5becce4c9e..b300455b9b 100644 --- a/libavformat/matroskaenc.c +++ b/libavformat/matroskaenc.c @@ -492,7 +492,7 @@ static int mkv_write_codecprivate(ByteIOContext *pb, AVCodecContext *codec, int } 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; |