You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
remove now useless get_str16() from rmdec.c
Originally committed as revision 17397 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -62,11 +62,6 @@ static inline void get_strl(ByteIOContext *pb, char *buf, int buf_size, int len)
|
|||||||
if (buf_size > 0) *q = '\0';
|
if (buf_size > 0) *q = '\0';
|
||||||
}
|
}
|
||||||
|
|
||||||
static void get_str16(ByteIOContext *pb, char *buf, int buf_size)
|
|
||||||
{
|
|
||||||
get_strl(pb, buf, buf_size, get_be16(pb));
|
|
||||||
}
|
|
||||||
|
|
||||||
static void get_str8(ByteIOContext *pb, char *buf, int buf_size)
|
static void get_str8(ByteIOContext *pb, char *buf, int buf_size)
|
||||||
{
|
{
|
||||||
get_strl(pb, buf, buf_size, get_byte(pb));
|
get_strl(pb, buf, buf_size, get_byte(pb));
|
||||||
|
Reference in New Issue
Block a user