]> git.sesse.net Git - ffmpeg/commitdiff
doxygen: Remove spurious documentation for non-existing function parameters.
authorDiego Biurrun <diego@biurrun.de>
Sun, 3 Jul 2011 14:11:16 +0000 (16:11 +0200)
committerDiego Biurrun <diego@biurrun.de>
Sun, 3 Jul 2011 16:30:02 +0000 (18:30 +0200)
libavcodec/h264idct_template.c
libswscale/swscale.h

index e7f9af7fb0493c2a7a99ec73f6b9ea337398e523..e288f9bf1b324a5848c0be5551f8392e5feb040f 100644 (file)
@@ -237,7 +237,6 @@ void FUNCC(ff_h264_idct_add8)(uint8_t **dest, const int *block_offset, DCTELEM *
 }
 /**
  * IDCT transforms the 16 dc values and dequantizes them.
- * @param qp quantization parameter
  */
 void FUNCC(ff_h264_luma_dc_dequant_idct)(DCTELEM *_output, DCTELEM *_input, int qmul){
 #define stride 16
index 2aa5e50ab23a7257b97ac5ef1fc88e7c8d85a589..38995969834395025b1de055a0a5794952529309 100644 (file)
@@ -235,7 +235,6 @@ int sws_scale(struct SwsContext *context, const uint8_t* const srcSlice[], const
 
 /**
  * @param inv_table the yuv2rgb coefficients, normally ff_yuv2rgb_coeffs[x]
- * @param fullRange if 1 then the luma range is 0..255 if 0 it is 16..235
  * @return -1 if not supported
  */
 int sws_setColorspaceDetails(struct SwsContext *c, const int inv_table[4],