diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-08-04 01:40:29 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-08-04 01:40:29 +0200 |
commit | 64160ef39216b2d40eb34c13421febe045ddcf8a (patch) | |
tree | f5d63c19adb037a18baf2689f503f165b9c39aaf /libavcodec/8bps.c | |
parent | 72b0c9f55f26049e22bf147ab120173bd1d54cd5 (diff) | |
parent | fed6c90b68fa00ad399e0b6d51c1e41d0d3730a0 (diff) | |
download | ffmpeg-64160ef39216b2d40eb34c13421febe045ddcf8a.tar.gz |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
cosmetics: remove some stray comments from AVCodec declarations
cosmetics: fix indentation/alignment in AVCodec declarations
arm: Avoid using the movw instruction needlessly
Move an int64_t down in MpegEncContext
Conflicts:
libavcodec/arm/ac3dsp_armv6.S
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/8bps.c')
-rw-r--r-- | libavcodec/8bps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/8bps.c b/libavcodec/8bps.c index 6828c5c667..8ae0185acb 100644 --- a/libavcodec/8bps.c +++ b/libavcodec/8bps.c @@ -230,5 +230,5 @@ AVCodec ff_eightbps_decoder = { .close = decode_end, .decode = decode_frame, .capabilities = CODEC_CAP_DR1, - .long_name = NULL_IF_CONFIG_SMALL("QuickTime 8BPS video"), + .long_name = NULL_IF_CONFIG_SMALL("QuickTime 8BPS video"), }; |