Commit 2e584eea authored by Gwenole Beauchesne's avatar Gwenole Beauchesne Committed by Diego Biurrun

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
parent eea32564
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment