Skip to content

Commit

Permalink
pcm-dvd: Minor leftovers
Browse files Browse the repository at this point in the history
Drop a pointless branch in uninit and use the compact copyright.
  • Loading branch information
chrschmidt authored and lu-zero committed Sep 13, 2013
1 parent d9cdb7d commit aca2510
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions libavcodec/pcm-dvd.c
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
/* /*
* LPCM codecs for PCM formats found in Video DVD streams * LPCM codecs for PCM formats found in Video DVD streams
* Copyright (c) 2009-2013 Christian Schmidt * Copyright (c) 2013 Christian Schmidt
* *
* This file is part of Libav. * This file is part of Libav.
* *
Expand Down Expand Up @@ -54,8 +54,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;
} }
Expand Down

0 comments on commit aca2510

Please sign in to comment.