diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-02-20 14:44:40 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-02-20 14:44:57 +0100 |
commit | e948f17369d446f7ab26bcf969a31872fc66fbdd (patch) | |
tree | ee1063eb779086d8ab0839df6ffa7ac638ca3cf1 /libavcodec/svq3.h | |
parent | fdba564585e50b69489a95b847df21779a7cd19a (diff) | |
parent | 61e7c7f27b0a2652bf5cd282b97762ee99d025ef (diff) | |
download | ffmpeg-e948f17369d446f7ab26bcf969a31872fc66fbdd.tar.gz |
Merge commit '61e7c7f27b0a2652bf5cd282b97762ee99d025ef'
* commit '61e7c7f27b0a2652bf5cd282b97762ee99d025ef':
svq3: Adjust #endif comment
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/svq3.h')
-rw-r--r-- | libavcodec/svq3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/svq3.h b/libavcodec/svq3.h index 7a57d8ad01..5007a8c1c0 100644 --- a/libavcodec/svq3.h +++ b/libavcodec/svq3.h @@ -24,4 +24,4 @@ void ff_svq3_luma_dc_dequant_idct_c(int16_t *output, int16_t *input, int qp); void ff_svq3_add_idct_c(uint8_t *dst, int16_t *block, int stride, int qp, int dc); -#endif /* AVCODEC_DSPUTIL_H */ +#endif /* AVCODEC_SVQ3_H */ |