1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

Fix comments about implemented codecs

This commit is contained in:
Vladimir Voroshilov
2008-09-03 13:08:04 +07:00
committed by Michael Niedermayer
parent 5df643c5df
commit 8db3b85616
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
/* /*
* G.729 decoder * G.729, G729 Annex D decoders
* Copyright (c) 2008 Vladimir Voroshilov * Copyright (c) 2008 Vladimir Voroshilov
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.

View File

@@ -1,5 +1,5 @@
/* /*
* data for G.729 decoder * data for G.729, G729 Annex D decoders
* Copyright (c) 2007 Vladimir Voroshilov * Copyright (c) 2007 Vladimir Voroshilov
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.

View File

@@ -1,5 +1,5 @@
/* /*
* G.729 decoder * G.729, G729 Annex D decoders
* Copyright (c) 2008 Vladimir Voroshilov * Copyright (c) 2008 Vladimir Voroshilov
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.