cosmetics: group remaining .name and .long_name.

See b2bed9325.
This commit is contained in:
Clément Bœsch 2013-10-04 13:33:20 +00:00 committed by Clément Bœsch
parent ee77140afa
commit b46f19100b
60 changed files with 82 additions and 83 deletions

View file

@ -2169,6 +2169,7 @@ AVCodec ff_vp8_decoder = {
// AVCodec ff_webp_decoder = {
// .name = "webp",
// .long_name = NULL_IF_CONFIG_SMALL("WebP"),
// .type = AVMEDIA_TYPE_VIDEO,
// .id = AV_CODEC_ID_WEBP,
// .priv_data_size = sizeof(VP8Context),
@ -2177,7 +2178,6 @@ AVCodec ff_vp8_decoder = {
// .decode = webp_decode_frame,
// .capabilities = CODEC_CAP_DR1 | CODEC_CAP_FRAME_THREADS | CODEC_CAP_SLICE_THREADS,
// .flush = vp8_decode_flush,
// .long_name = NULL_IF_CONFIG_SMALL("WebP"),
// .init_thread_copy = ONLY_IF_THREADS_ENABLED(vp8_decode_init_thread_copy),
// .update_thread_context = ONLY_IF_THREADS_ENABLED(vp8_decode_update_thread_context),
// };