diff h264.c @ 8688:5cf9f2f663b0 libavcodec

cosmetics: Add empty line for consistent formatting. patch by Gwenol«± Beauchesne, gbeauchesne splitted-desktop com
author diego
date Thu, 29 Jan 2009 22:08:32 +0000
parents 8b52ac19a91c
children e9d9d946f213
line wrap: on
line diff
--- a/h264.c	Thu Jan 29 17:08:51 2009 +0000
+++ b/h264.c	Thu Jan 29 22:08:32 2009 +0000
@@ -7150,6 +7150,7 @@
                ((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;