Rename remaining get_le16 to avio_rl16.

This commit is contained in:
Clément Bœsch
2011-11-14 01:36:32 +01:00
parent 49651063da
commit c142e2a00f
2 changed files with 3 additions and 3 deletions

View File

@@ -93,7 +93,7 @@ static int read_header(AVFormatContext *s,
st->codec->codec_id=CODEC_ID_G729;
avio_seek(pb, 257, SEEK_SET);
msec=get_le16(pb);
msec=avio_rl16(pb);
sec=avio_r8(pb);
min=get_le32(pb);