diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-01-25 12:25:11 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-03-09 22:02:49 +0100 |
commit | ffae713a5b3a0d20ff958d8bd58a052b495c38fd (patch) | |
tree | c1498773aea4c9f8b5a5b625a4cdacb9dc52d253 /libavformat | |
parent | eab6968f24991145ca3dc38635cef36884bfd757 (diff) | |
download | ffmpeg-ffae713a5b3a0d20ff958d8bd58a052b495c38fd.tar.gz |
Fix a bunch of common typos.
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/r3d.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/r3d.c b/libavformat/r3d.c index cf6d7debbf..f67d10eb80 100644 --- a/libavformat/r3d.c +++ b/libavformat/r3d.c @@ -288,7 +288,7 @@ static int r3d_read_reda(AVFormatContext *s, AVPacket *pkt, Atom *atom) tmp = avio_rb32(s->pb); av_dlog(s, "packet num %d\n", tmp); - tmp = avio_rb16(s->pb); // unkown + tmp = avio_rb16(s->pb); // unknown av_dlog(s, "unknown %d\n", tmp); tmp = avio_r8(s->pb); // major version |