Commit 28e8c4d5 authored by Mashiat Sarker Shakkhar's avatar Mashiat Sarker Shakkhar Committed by Diego Biurrun

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: 's avatarDiego Biurrun <diego@biurrun.de>
parent 63a1b481
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment