summaryrefslogtreecommitdiff
path: root/libavcodec/h263dec.c
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-12-18 02:46:42 +0100
committerClément Bœsch <ubitux@gmail.com>2012-12-18 02:47:34 +0100
commit8b63744f483e1f5a5d4f439fc1bbd858232ed581 (patch)
tree26645dc06617d696882fc784ed48df55731f8df3 /libavcodec/h263dec.c
parent1dd33d472a608daba459b628c170e89d796f1795 (diff)
Fix "bistream" typo and add a check in tools/patcheck.
Diffstat (limited to 'libavcodec/h263dec.c')
-rw-r--r--libavcodec/h263dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c
index 27e1c91cb6..0232aa4c9d 100644
--- a/libavcodec/h263dec.c
+++ b/libavcodec/h263dec.c
@@ -709,7 +709,7 @@ retry:
av_assert1(s->bitstream_buffer_size==0);
frame_end:
- /* divx 5.01+ bistream reorder stuff */
+ /* divx 5.01+ bitstream reorder stuff */
if(s->codec_id==AV_CODEC_ID_MPEG4 && s->divx_packed){
int current_pos= s->gb.buffer == s->bitstream_buffer ? 0 : (get_bits_count(&s->gb)>>3);
int startcode_found=0;