projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eea3256
)
cosmetics: Add empty line for consistent formatting.
author
Gwenole Beauchesne
<gbeauchesne@splitted-desktop.com>
Thu, 29 Jan 2009 22:08:32 +0000
(22:08 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Thu, 29 Jan 2009 22:08:32 +0000
(22:08 +0000)
patch by Gwenolé Beauchesne, gbeauchesne splitted-desktop com
Originally committed as revision 16852 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h264.c
patch
|
blob
|
history
diff --git
a/libavcodec/h264.c
b/libavcodec/h264.c
index b029a6e29a02ba5ae1923594cd9535c4513b1299..6885a6b252b7e46c83ff554e5518955f568c7389 100644
(file)
--- 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;