[FFmpeg-soc] [soc]: r3402 - vorbis_enc/vorbis_enc.c
diego
subversion at mplayerhq.hu
Sun Aug 17 20:20:20 CEST 2008
Author: diego
Date: Sun Aug 17 20:20:20 2008
New Revision: 3402
Log:
cosmetics: Remove tabs.
Modified:
vorbis_enc/vorbis_enc.c
Modified: vorbis_enc/vorbis_enc.c
==============================================================================
--- vorbis_enc/vorbis_enc.c (original)
+++ vorbis_enc/vorbis_enc.c Sun Aug 17 20:20:20 2008
@@ -825,7 +825,7 @@ static void create_vorbis_context(venc_c
{ 24, 25, -1, -1, -1, -1, -1, -1, },
{ 26, 27, 28, -1, -1, -1, -1, -1, },
};
- memcpy(rc->books, a, sizeof a);
+ memcpy(rc->books, a, sizeof a);
}
ready_residue(rc, venc);
@@ -1363,8 +1363,8 @@ static int vorbis_encode_init(AVCodecCon
venc_context_t * venc = avccontext->priv_data;
if (avccontext->channels != 2) {
- av_log(avccontext, AV_LOG_ERROR, "Current FFmpeg Vorbis encoder only supports 2 channels.\n");
- return -1;
+ av_log(avccontext, AV_LOG_ERROR, "Current FFmpeg Vorbis encoder only supports 2 channels.\n");
+ return -1;
}
create_vorbis_context(venc, avccontext);
More information about the FFmpeg-soc
mailing list