mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-01 04:12:14 +00:00
* declare av_free
Originally committed as revision 729 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c60a6560a1
commit
df595131bb
@ -18,7 +18,7 @@
|
|||||||
*
|
*
|
||||||
* alternative bitstream reader & writer by Michael Niedermayer <michaelni@gmx.at>
|
* alternative bitstream reader & writer by Michael Niedermayer <michaelni@gmx.at>
|
||||||
*/
|
*/
|
||||||
#include "common.h"
|
#include "avcodec.h"
|
||||||
|
|
||||||
void init_put_bits(PutBitContext *s,
|
void init_put_bits(PutBitContext *s,
|
||||||
UINT8 *buffer, int buffer_size,
|
UINT8 *buffer, int buffer_size,
|
||||||
|
Loading…
Reference in New Issue
Block a user