Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
facf521d
Commit
facf521d
authored
Apr 10, 2009
by
Stefano Sabatini
Browse files
Document align_put_bits().
Originally committed as revision 18427 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
fc660a01
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
libavcodec/bitstream.h
libavcodec/bitstream.h
+3
-0
No files found.
libavcodec/bitstream.h
View file @
facf521d
...
@@ -155,6 +155,9 @@ static inline void flush_put_bits(PutBitContext *s)
...
@@ -155,6 +155,9 @@ static inline void flush_put_bits(PutBitContext *s)
#endif
#endif
}
}
/**
* Pads the bitstream with zeros up to the next byte boundary.
*/
void
align_put_bits
(
PutBitContext
*
s
);
void
align_put_bits
(
PutBitContext
*
s
);
void
ff_put_string
(
PutBitContext
*
pbc
,
const
char
*
s
,
int
put_zero
);
void
ff_put_string
(
PutBitContext
*
pbc
,
const
char
*
s
,
int
put_zero
);
void
ff_copy_bits
(
PutBitContext
*
pb
,
const
uint8_t
*
src
,
int
length
);
void
ff_copy_bits
(
PutBitContext
*
pb
,
const
uint8_t
*
src
,
int
length
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment