mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-24 07:50:11 +01:00
Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'
* commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0': 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:
@@ -44,7 +44,7 @@
|
||||
#include "sipr.h"
|
||||
#include "siprdata.h"
|
||||
|
||||
typedef struct {
|
||||
typedef struct SiprModeParam {
|
||||
const char *mode_name;
|
||||
uint16_t bits_per_frame;
|
||||
uint8_t subframe_count;
|
||||
|
||||
Reference in New Issue
Block a user