diff options
author | Vladimir Voroshilov <voroshil@gmail.com> | 2008-09-03 13:08:04 +0700 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-09-24 21:11:01 +0200 |
commit | 8db3b85616186ef0bc06f10ffba34631dc5b2621 (patch) | |
tree | 95408f31979e969b0456d90fa10687c415da4730 /libavcodec/g729dec.c | |
parent | 5df643c5dfcb830a9cb1bfc81d221b7b2f01294a (diff) | |
download | ffmpeg-8db3b85616186ef0bc06f10ffba34631dc5b2621.tar.gz |
Fix comments about implemented codecs
Diffstat (limited to 'libavcodec/g729dec.c')
-rw-r--r-- | libavcodec/g729dec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/g729dec.c b/libavcodec/g729dec.c index e977e53954..20276f2a7e 100644 --- a/libavcodec/g729dec.c +++ b/libavcodec/g729dec.c @@ -1,5 +1,5 @@ /* - * G.729 decoder + * G.729, G729 Annex D decoders * Copyright (c) 2008 Vladimir Voroshilov * * This file is part of FFmpeg. |