[FFmpeg-cvslog] r17397 - trunk/libavformat/rmdec.c
aurel
subversion
Tue Feb 17 22:41:50 CET 2009
Author: aurel
Date: Tue Feb 17 22:41:50 2009
New Revision: 17397
Log:
remove now useless get_str16() from rmdec.c
Modified:
trunk/libavformat/rmdec.c
Modified: trunk/libavformat/rmdec.c
==============================================================================
--- trunk/libavformat/rmdec.c Tue Feb 17 22:40:38 2009 (r17396)
+++ trunk/libavformat/rmdec.c Tue Feb 17 22:41:50 2009 (r17397)
@@ -62,11 +62,6 @@ static inline void get_strl(ByteIOContex
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)
{
get_strl(pb, buf, buf_size, get_byte(pb));
More information about the ffmpeg-cvslog
mailing list