From 2e584eea4b6abffa9adbf0c9f8d5a9b97a22cb4b Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne Date: Thu, 29 Jan 2009 22:08:32 +0000 Subject: [PATCH] =?UTF-8?q?cosmetics:=20Add=20empty=20line=20for=20consist?= =?UTF-8?q?ent=20formatting.=20patch=20by=20Gwenol=C3=A9=20Beauchesne,=20g?= =?UTF-8?q?beauchesne=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 b029a6e29a..6885a6b252 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;