projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6140271
)
Remove leading whitespace in long codec name that was committed in r13017
author
Robert Swain
<robert.swain@gmail.com>
Tue, 29 Apr 2008 08:37:40 +0000
(08:37 +0000)
committer
Robert Swain
<robert.swain@gmail.com>
Tue, 29 Apr 2008 08:37:40 +0000
(08:37 +0000)
Originally committed as revision 13018 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h263dec.c
patch
|
blob
|
history
diff --git
a/libavcodec/h263dec.c
b/libavcodec/h263dec.c
index 28cd932071762d2d5ba8cfc025ec5a8b9c6f3b25..954984601e07ddf35c420f5af5f057b61304e545 100644
(file)
--- a/
libavcodec/h263dec.c
+++ b/
libavcodec/h263dec.c
@@
-763,7
+763,7
@@
AVCodec msmpeg4v2_decoder = {
ff_h263_decode_end,
ff_h263_decode_frame,
CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1,
- .long_name="
MPEG-4 part 2 Microsoft variant version 2",
+ .long_name="MPEG-4 part 2 Microsoft variant version 2",
};
AVCodec msmpeg4v3_decoder = {