mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-18 21:45:10 +00:00
Mark dvdaudio_substream_type variable as av_uninit to work around false
positive uninitialized variable warning. Originally committed as revision 17825 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
61c23c155c
commit
1aeb55a1de
@ -413,7 +413,7 @@ static int mpegps_read_packet(AVFormatContext *s,
|
||||
enum CodecID codec_id = CODEC_ID_NONE;
|
||||
enum CodecType type;
|
||||
int64_t pts, dts, dummy_pos; //dummy_pos is needed for the index building to work
|
||||
uint8_t dvdaudio_substream_type;
|
||||
uint8_t av_uninit(dvdaudio_substream_type);
|
||||
|
||||
redo:
|
||||
len = mpegps_read_pes_header(s, &dummy_pos, &startcode, &pts, &dts);
|
||||
|
Loading…
Reference in New Issue
Block a user