comparison libtheoraenc.c @ 6712:5b3acf9fd50a libavcodec

Add long names to AVCodec declarations. patch by Stefano Sabatini, stefano.sabatini-lala poste it
author diego
date Sun, 27 Apr 2008 22:39:51 +0000
parents 2b72f9bc4f06
children f7cbb7733146
comparison
equal deleted inserted replaced
6711:78c7765d9618 6712:5b3acf9fd50a
275 .priv_data_size = sizeof(TheoraContext), 275 .priv_data_size = sizeof(TheoraContext),
276 .init = encode_init, 276 .init = encode_init,
277 .close = encode_close, 277 .close = encode_close,
278 .encode = encode_frame, 278 .encode = encode_frame,
279 .pix_fmts = supported_pixel_formats, 279 .pix_fmts = supported_pixel_formats,
280 .long_name = "libtheora Theora",
280 }; 281 };