mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-04 21:25:40 +01:00
Use enum typers instead of int.
Patch by Diego 'Flameeyes' Pettenò: flameeyes gmail Originally committed as revision 15517 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
committed by
Benoit Fouet
parent
529dae12f7
commit
fb65d2ca84
@@ -66,7 +66,7 @@ typedef struct WsAudDemuxContext {
|
||||
int audio_samplerate;
|
||||
int audio_channels;
|
||||
int audio_bits;
|
||||
int audio_type;
|
||||
enum CodecID audio_type;
|
||||
int audio_stream_index;
|
||||
int64_t audio_frame_counter;
|
||||
} WsAudDemuxContext;
|
||||
|
||||
Reference in New Issue
Block a user