This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
2d62158091
commit
423c254c18
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/rv34.c
+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;
Write
Preview
Loading…
Cancel
Save