summaryrefslogtreecommitdiffstats
path: root/libavformat/oggparsespeex.c
diff options
context:
space:
mode:
authorMichael Niedermayer <[email protected]>2011-04-17 23:57:50 +0200
committerMichael Niedermayer <[email protected]>2011-04-17 23:59:00 +0200
commit2d2b5a1421ee652f76a756024d0210f0b6455fda (patch)
treed3fb60a796db87c4217167fd160cd14eae6ee98e /libavformat/oggparsespeex.c
parentc40798441f47341c310b38e8f329cfb943924faf (diff)
10l, commit that should have been stashed into the merge.
Signed-off-by: Michael Niedermayer <[email protected]>
Diffstat (limited to 'libavformat/oggparsespeex.c')
-rw-r--r--libavformat/oggparsespeex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/oggparsespeex.c b/libavformat/oggparsespeex.c
index 2f4aec7f07..80b2001ddf 100644
--- a/libavformat/oggparsespeex.c
+++ b/libavformat/oggparsespeex.c
@@ -59,7 +59,7 @@ static int speex_header(AVFormatContext *s, int idx) {
st->codec->channels = AV_RL32(p + 48);
/* We treat the whole Speex packet as a single frame everywhere Speex
- is handled in Libav. This avoids the complexities of splitting
+ is handled in FFmpeg. This avoids the complexities of splitting
and joining individual Speex frames, which are not always
byte-aligned. */
st->codec->frame_size = AV_RL32(p + 56);