[FFmpeg-cvslog] r20506 - trunk/libavcodec/h264.c
cehoyos
subversion
Tue Nov 10 21:55:45 CET 2009
Author: cehoyos
Date: Tue Nov 10 21:55:45 2009
New Revision: 20506
Log:
Cosmetics: Fix indentation after r20505.
Modified:
trunk/libavcodec/h264.c
Modified: trunk/libavcodec/h264.c
==============================================================================
--- trunk/libavcodec/h264.c Tue Nov 10 21:55:00 2009 (r20505)
+++ trunk/libavcodec/h264.c Tue Nov 10 21:55:45 2009 (r20506)
@@ -2196,7 +2196,7 @@ static av_cold int decode_init(AVCodecCo
if(!avctx->has_b_frames)
s->low_delay= 1;
- avctx->pix_fmt= avctx->get_format(avctx, avctx->codec->pix_fmts);
+ avctx->pix_fmt= avctx->get_format(avctx, avctx->codec->pix_fmts);
avctx->hwaccel = ff_find_hwaccel(avctx->codec->id, avctx->pix_fmt);
avctx->chroma_sample_location = AVCHROMA_LOC_LEFT;
More information about the ffmpeg-cvslog
mailing list