From: Mashiat Sarker Shakkhar Date: Wed, 28 Mar 2012 18:12:13 +0000 (-0700) Subject: WMAL: Remove inaccurate and unnecessary doxy X-Git-Tag: v9_beta1~2172 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=28e8c4d59a7c1a7b2b3b3a2e499b3e67fed1844b;p=platform%2Fupstream%2Flibav.git WMAL: Remove inaccurate and unnecessary doxy A call to decode_packet() does not always decode a complete WMA packet. Moreover, this is not the correct place to document calls that are part of the public API. Signed-off-by: Diego Biurrun --- diff --git a/libavcodec/wmalosslessdec.c b/libavcodec/wmalosslessdec.c index 3ee6285..4eb9ebe 100644 --- a/libavcodec/wmalosslessdec.c +++ b/libavcodec/wmalosslessdec.c @@ -1153,14 +1153,6 @@ static void save_bits(WmallDecodeCtx *s, GetBitContext* gb, int len, skip_bits(&s->gb, s->frame_offset); } -/** - * @brief Decode a single WMA packet. - * @param avctx codec context - * @param data the output buffer - * @param data_size number of bytes that were written to the output buffer - * @param avpkt input packet - * @return number of bytes that were read from the input buffer - */ static int decode_packet(AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket* avpkt) {