summaryrefslogtreecommitdiff
path: root/libavcodec/cook.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2010-07-02 11:19:29 +0000
committerDiego Biurrun <diego@biurrun.de>2010-07-02 11:19:29 +0000
commit09f6a45dc28f229d4cb1e31dffdea868501dfb43 (patch)
tree1a11d298c2f3950f3fad2ca6526c4c760ece3841 /libavcodec/cook.c
parentc4e12a9fa4d4f524d7a5832d82594c6b72e2ecae (diff)
Remove non-existing stray arguments from Doxygen function documentation.
Originally committed as revision 23976 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/cook.c')
-rw-r--r--libavcodec/cook.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/cook.c b/libavcodec/cook.c
index b6f6f4a0c1..419e1c4c23 100644
--- a/libavcodec/cook.c
+++ b/libavcodec/cook.c
@@ -945,11 +945,8 @@ mlt_compensate_output(COOKContext *q, float *decode_buffer,
*
* @param q pointer to the COOKContext
* @param inbuffer pointer to the inbuffer
- * @param sub_packet_size subpacket size
* @param outbuffer pointer to the outbuffer
*/
-
-
static void decode_subpacket(COOKContext *q, COOKSubpacket* p, const uint8_t *inbuffer, int16_t *outbuffer) {
int sub_packet_size = p->size;
/* packet dump */