Browse Source

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
tags/v0.5
Gwenole Beauchesne Diego Biurrun 17 years ago
parent
commit
2e584eea4b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/h264.c

+ 1
- 0
libavcodec/h264.c 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;


Loading…
Cancel
Save