mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 10:30:05 +01:00
@@ -56,8 +56,7 @@ static av_cold int pcm_dvd_decode_uninit(AVCodecContext *avctx)
|
|||||||
{
|
{
|
||||||
PCMDVDContext *s = avctx->priv_data;
|
PCMDVDContext *s = avctx->priv_data;
|
||||||
|
|
||||||
if (s->extra_samples)
|
av_freep(&s->extra_samples);
|
||||||
av_free(s->extra_samples);
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user