comparison pcm-mpeg.c @ 10145:7955db355703 libavcodec

Make sample_fmts and channel_layouts compound literals const to reduce size of .data section.
author reimar
date Sun, 06 Sep 2009 09:15:07 +0000
parents 27eef2ead6ab
children 94cb694c2af7
comparison
equal deleted inserted replaced
10144:50ec8930f99e 10145:7955db355703
308 0, 308 0,
309 NULL, 309 NULL,
310 NULL, 310 NULL,
311 NULL, 311 NULL,
312 pcm_bluray_decode_frame, 312 pcm_bluray_decode_frame,
313 .sample_fmts = (enum SampleFormat[]){SAMPLE_FMT_S16, SAMPLE_FMT_S32, 313 .sample_fmts = (const enum SampleFormat[]){SAMPLE_FMT_S16, SAMPLE_FMT_S32,
314 SAMPLE_FMT_NONE}, 314 SAMPLE_FMT_NONE},
315 .long_name = NULL_IF_CONFIG_SMALL("PCM signed 16|20|24-bit big-endian for Blu-ray media"), 315 .long_name = NULL_IF_CONFIG_SMALL("PCM signed 16|20|24-bit big-endian for Blu-ray media"),
316 }; 316 };