Browse Source

Fix typo.

Originally committed as revision 15034 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Stefano Sabatini 17 years ago
parent
commit
7a7c4a7bf7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/bitstream.h

+ 1
- 1
libavcodec/bitstream.h View File

@@ -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


Loading…
Cancel
Save