From 7a7c4a7bf70c43f32052d32e79d5c570b86aed4e Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Fri, 29 Aug 2008 18:43:20 +0000 Subject: [PATCH] Fix typo. Originally committed as revision 15034 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/bitstream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/bitstream.h b/libavcodec/bitstream.h index ae89b5e..14e54e4 100644 --- a/libavcodec/bitstream.h +++ b/libavcodec/bitstream.h @@ -364,7 +364,7 @@ static inline void set_put_bits_buffer_size(PutBitContext *s, int size){ /* Bitstream reader API docs: name - abritary name which is used as prefix for the internal variables + arbitrary name which is used as prefix for the internal variables gb getbitcontext -- 2.7.4