summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2008-04-29 07:24:44 +0000
committerDiego Biurrun <diego@biurrun.de>2008-04-29 07:24:44 +0000
commit6140271f545698b7084bb5e02c0cac25e5304289 (patch)
tree573638996dd628fad122a68132006d06e63c7cc3 /libavcodec/h264.c
parent9d82d6cbba2518b2e87de4468c309a9bfaa59057 (diff)
Add some long names to AVCodec declarations.
patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13017 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264.c')
-rw-r--r--libavcodec/h264.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 219c6875fe..2d660fe780 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -8087,6 +8087,7 @@ AVCodec h264_decoder = {
decode_frame,
/*CODEC_CAP_DRAW_HORIZ_BAND |*/ CODEC_CAP_DR1 | CODEC_CAP_TRUNCATED | CODEC_CAP_DELAY,
.flush= flush_dpb,
+ .long_name = "H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10",
};
#include "svq3.c"