From 511cf612ac979f536fd65e14603a87ca5ad435f3 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 19 Dec 2012 18:48:21 +0100 Subject: miscellaneous typo fixes --- libavcodec/rv10.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/rv10.c') diff --git a/libavcodec/rv10.c b/libavcodec/rv10.c index 73af3622e6..9239cf7d94 100644 --- a/libavcodec/rv10.c +++ b/libavcodec/rv10.c @@ -706,7 +706,7 @@ static int rv10_decode_frame(AVCodecContext *avctx, *got_frame = 1; ff_print_debug_info(s, pict); } - s->current_picture_ptr= NULL; //so we can detect if frame_end wasnt called (find some nicer solution...) + s->current_picture_ptr= NULL; // so we can detect if frame_end was not called (find some nicer solution...) } return avpkt->size; -- cgit v1.2.3