cosmetics: Add empty line for consistent formatting.

patch by Gwenolé Beauchesne, gbeauchesne splitted-desktop com

Originally committed as revision 16852 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Gwenole Beauchesne 2009-01-29 22:08:32 +00:00 committed by Diego Biurrun
parent eea325645c
commit 2e584eea4b
1 changed files with 1 additions and 0 deletions

View File

@ -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;