Revision 4efd5cf3 libavformat/avio.h
libavformat/avio.h | ||
---|---|---|
367 | 367 |
void put_be16(ByteIOContext *s, unsigned int val); |
368 | 368 |
void put_tag(ByteIOContext *s, const char *tag); |
369 | 369 |
|
370 |
void put_strz(ByteIOContext *s, const char *buf); |
|
370 |
#if FF_API_OLD_AVIO |
|
371 |
attribute_deprecated void put_strz(ByteIOContext *s, const char *buf); |
|
372 |
#endif |
|
373 |
|
|
374 |
/** |
|
375 |
* Write a NULL-terminated string. |
|
376 |
* @return number of bytes written. |
|
377 |
*/ |
|
378 |
int avio_put_str(ByteIOContext *s, const char *str); |
|
371 | 379 |
|
372 | 380 |
/** |
373 | 381 |
* fseek() equivalent for ByteIOContext. |
Also available in: Unified diff