Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-01-24 20:36:16 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-01-24 21:09:17 +0400
commit934bb11ad79a6937a8fe0c92fc7476f52ea1eaa3 (patch)
tree22d6c4990b75ecb5b09e98728a97e227abcaddc4 /libavcodec/mpeg12dec.c
parent5f54756f7e4f16e2878f47c78483b622059717c6 (diff)
avcodec/mpeg12dec: fix mis-indented line
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/mpeg12dec.c')
-rw-r--r--libavcodec/mpeg12dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpeg12dec.c b/libavcodec/mpeg12dec.c
index eac838dbec..77b4825412 100644
--- a/libavcodec/mpeg12dec.c
+++ b/libavcodec/mpeg12dec.c
@@ -196,7 +196,7 @@ end:
CLOSE_READER(re, &s->gb);
}
s->block_last_index[n] = i;
- return 0;
+ return 0;
}
int ff_mpeg1_decode_block_intra(MpegEncContext *s, int16_t *block, int n)