mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
Merge commit '7f9f771eac'
* commit '7f9f771eac':
avcodec: Don't anonymously typedef structs
Conflicts:
libavcodec/alac.c
libavcodec/cinepak.c
libavcodec/cscd.c
libavcodec/dcadec.c
libavcodec/g723_1.c
libavcodec/gif.c
libavcodec/iff.c
libavcodec/kgv1dec.c
libavcodec/libopenjpegenc.c
libavcodec/libspeexenc.c
libavcodec/ra288.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
a94eba6f0c
51 changed files with 79 additions and 86 deletions
|
|
@ -48,7 +48,7 @@ typedef enum {
|
|||
ONE
|
||||
} VC1ParseSearchState;
|
||||
|
||||
typedef struct {
|
||||
typedef struct VC1ParseContext {
|
||||
ParseContext pc;
|
||||
VC1Context v;
|
||||
uint8_t prev_start_code;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue