aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2009-01-05 00:48:44 +0000
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2009-01-05 00:48:44 +0000
commitf2c214a1ec4df7b4bbe45b7f1308b8b31a455310 (patch)
treef5bb06516f7f2b17403bd7a7584bc571029d2b5c /libavcodec
parente731b5c3d8ea12d8ba81c57681cedc6e66920c59 (diff)
downloadffmpeg-f2c214a1ec4df7b4bbe45b7f1308b8b31a455310.tar.gz
Cosmetics: Fix indentation.
Originally committed as revision 16433 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/h264.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 814c85ab92..5dad4ce211 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -7427,7 +7427,7 @@ static int decode_nal_units(H264Context *h, const uint8_t *buf, int buf_size){
ff_VDPAU_h264_add_data_chunk(h, start_code, sizeof(start_code));
ff_VDPAU_h264_add_data_chunk(h, &buf[buf_index - consumed], consumed );
}else
- context_count++;
+ context_count++;
}
break;
case NAL_DPA: