diff options
author | Benjamin Larsson <banan@ludd.ltu.se> | 2008-05-02 22:58:16 +0000 |
---|---|---|
committer | Benjamin Larsson <banan@ludd.ltu.se> | 2008-05-02 22:58:16 +0000 |
commit | c401efdefe4b882b501f7e745f7e4b5d98a7d223 (patch) | |
tree | d672186185d1b348e3ade6ceaba4ba64e4562354 /libavcodec/flashsv.c | |
parent | 512b37bb284fc97e68680781c4b1423ec6234d0a (diff) | |
download | ffmpeg-c401efdefe4b882b501f7e745f7e4b5d98a7d223.tar.gz |
Long name spelling fixes
Originally committed as revision 13038 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/flashsv.c')
-rw-r--r-- | libavcodec/flashsv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/flashsv.c b/libavcodec/flashsv.c index 040a550255..37a7f19782 100644 --- a/libavcodec/flashsv.c +++ b/libavcodec/flashsv.c @@ -255,5 +255,5 @@ AVCodec flashsv_decoder = { flashsv_decode_frame, CODEC_CAP_DR1, .pix_fmts = (enum PixelFormat[]){PIX_FMT_BGR24, -1}, - .long_name = "Flash Screen Video", + .long_name = "Flash Screen Video v1", }; |