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
pull/126/head
Gwenole Beauchesne 16 years ago committed by Diego Biurrun
parent eea325645c
commit 2e584eea4b
  1. 1
      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;

Loading…
Cancel
Save