You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Change codec_id type to enum CodecID, fix warning.
Patch by Daniel Verkamp daniel @ drv @ nu. Originally committed as revision 18768 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
committed by
Stefano Sabatini
parent
f0b19bd3db
commit
cf6bae6883
@@ -47,7 +47,7 @@ av_cold static int audio_write_header(AVFormatContext *s1)
|
||||
AlsaData *s = s1->priv_data;
|
||||
AVStream *st;
|
||||
unsigned int sample_rate;
|
||||
int codec_id;
|
||||
enum CodecID codec_id;
|
||||
int res;
|
||||
|
||||
st = s1->streams[0];
|
||||
|
Reference in New Issue
Block a user