Browse Source

Disambiguate bitstream groups for AAC and RV30/RV40.

Originally committed as revision 23995 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Diego Biurrun 15 years ago
parent
commit
423c254c18
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      libavcodec/rv34.c
  2. +1
    -1
      libavcodec/sbr.h

+ 1
- 1
libavcodec/rv34.c View File

@@ -393,7 +393,7 @@ static inline void rv34_dequant4x4_16x16(DCTELEM *block, int Qdc, int Q)


/**
* @defgroup bitstream RV30/40 bitstream parsing
* @defgroup rv3040_bitstream RV30/40 bitstream parsing
* @{
*/



+ 1
- 1
libavcodec/sbr.h View File

@@ -58,7 +58,7 @@ typedef struct {
*/
typedef struct {
/**
* @defgroup bitstream Main bitstream data variables
* @defgroup aac_bitstream Main bitstream data variables
* @{
*/
unsigned bs_frame_class;


Loading…
Cancel
Save