comparison h264.c @ 6717:5df0c730234d libavcodec

Add some long names to AVCodec declarations. patch by Stefano Sabatini, stefano.sabatini-lala poste it
author diego
date Tue, 29 Apr 2008 07:24:44 +0000
parents 22cca5d3173a
children b1778cf7f3b1
comparison
equal deleted inserted replaced
6716:aa09311685b2 6717:5df0c730234d
8085 NULL, 8085 NULL,
8086 decode_end, 8086 decode_end,
8087 decode_frame, 8087 decode_frame,
8088 /*CODEC_CAP_DRAW_HORIZ_BAND |*/ CODEC_CAP_DR1 | CODEC_CAP_TRUNCATED | CODEC_CAP_DELAY, 8088 /*CODEC_CAP_DRAW_HORIZ_BAND |*/ CODEC_CAP_DR1 | CODEC_CAP_TRUNCATED | CODEC_CAP_DELAY,
8089 .flush= flush_dpb, 8089 .flush= flush_dpb,
8090 .long_name = "H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10",
8090 }; 8091 };
8091 8092
8092 #include "svq3.c" 8093 #include "svq3.c"