comparison wma.c @ 12065:1b6557975db1 libavcodec

Fix Doxygen documentation of gb parameter in ff_wma_get_large_val().
author diego
date Fri, 02 Jul 2010 11:55:42 +0000
parents c29ee479e359
children
comparison
equal deleted inserted replaced
12064:fd2c3b786dcf 12065:1b6557975db1
427 return 0; 427 return 0;
428 } 428 }
429 429
430 /** 430 /**
431 * Decode an uncompressed coefficient. 431 * Decode an uncompressed coefficient.
432 * @param s codec context 432 * @param gb GetBitContext
433 * @return the decoded coefficient 433 * @return the decoded coefficient
434 */ 434 */
435 unsigned int ff_wma_get_large_val(GetBitContext* gb) 435 unsigned int ff_wma_get_large_val(GetBitContext* gb)
436 { 436 {
437 /** consumes up to 34 bits */ 437 /** consumes up to 34 bits */