From 8257d2ad511e9b98ceb8bf26cf7f8477da87300b Mon Sep 17 00:00:00 2001
From: "Reynaldo H. Verdejo Pinochet" <reynaldo@opendot.cl>
Date: Sat, 15 Nov 2008 20:19:20 +0000
Subject: [PATCH] Please keep original copyright heading and attribution
 lines...

Originally committed as revision 15831 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavcodec/qcelpdata.h | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/libavcodec/qcelpdata.h b/libavcodec/qcelpdata.h
index 856f11d6015..d02312b5af4 100644
--- a/libavcodec/qcelpdata.h
+++ b/libavcodec/qcelpdata.h
@@ -1,5 +1,5 @@
 /*
- * part of QCELP decoder
+ * QCELP decoder
  * Copyright (c) 2007 Reynaldo H. Verdejo Pinochet
  *
  * This file is part of FFmpeg.
@@ -22,6 +22,12 @@
 #ifndef AVCODEC_QCELPDATA_H
 #define AVCODEC_QCELPDATA_H
 
+/**
+ * @file qcelpdata.h
+ * QCELP decoder
+ * @author Reynaldo H. Verdejo Pinochet
+ */
+
 #include <stdint.h>
 
 /**
-- 
GitLab