diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-08-29 18:43:20 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-08-29 18:43:20 +0000 |
commit | 7a7c4a7bf70c43f32052d32e79d5c570b86aed4e (patch) | |
tree | 518ead7c3260fb751ac8592ebd105b70e851b0bc | |
parent | b8541979195cf6a7af2112099258cca6c382e9e8 (diff) | |
download | ffmpeg-7a7c4a7bf70c43f32052d32e79d5c570b86aed4e.tar.gz |
Fix typo.
Originally committed as revision 15034 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/bitstream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/bitstream.h b/libavcodec/bitstream.h index ae89b5e77b..14e54e40ff 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 |