From 2e584eea4b6abffa9adbf0c9f8d5a9b97a22cb4b Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne Date: Thu, 29 Jan 2009 22:08:32 +0000 Subject: =?UTF-8?q?cosmetics:=20Add=20empty=20line=20for=20consistent=20fo?= =?UTF-8?q?rmatting.=20patch=20by=20Gwenol=C3=A9=20Beauchesne,=20gbeauches?= =?UTF-8?q?ne=20splitted-desktop=20com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 16852 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h264.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/h264.c b/libavcodec/h264.c index b029a6e..6885a6b 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -7150,6 +7150,7 @@ static inline int decode_seq_parameter_set(H264Context *h){ ((const char*[]){"Gray","420","422","444"})[sps->chroma_format_idc] ); } + av_free(h->sps_buffers[sps_id]); h->sps_buffers[sps_id]= sps; return 0; -- cgit v1.1