[FFmpeg-devel] [PATCH] fate/subtitles: add character encoding conversion test.
Clément Bœsch
ubitux at gmail.com
Fri Feb 22 01:55:57 CET 2013
On Wed, Feb 20, 2013 at 02:07:04PM +0100, Clément Bœsch wrote:
> ---
> tests/fate/subtitles.mak | 5 +++++
> tests/ref/fate/sub-charenc | 1 +
> 2 files changed, 6 insertions(+)
> create mode 100644 tests/ref/fate/sub-charenc
>
> diff --git a/tests/fate/subtitles.mak b/tests/fate/subtitles.mak
> index 2c4f878..dac9bc0 100644
> --- a/tests/fate/subtitles.mak
> +++ b/tests/fate/subtitles.mak
> @@ -49,6 +49,11 @@ fate-sub-vplayer: CMD = md5 -i $(SAMPLES)/sub/VPlayer_capability_tester.txt -f a
> FATE_SUBTITLES_ASS-$(call DEMDEC, WEBVTT, WEBVTT) += fate-sub-webvtt
> fate-sub-webvtt: CMD = md5 -i $(SAMPLES)/sub/WebVTT_capability_tester.vtt -f ass
>
> +ifdef HAVE_ICONV
> +FATE_SUBTITLES_ASS-$(call DEMDEC, MICRODVD, MICRODVD) += fate-sub-charenc
> +fate-sub-charenc: CMD = md5 -sub_charenc cp1251 -i $(SAMPLES)/sub/cp1251-subtitles.sub -f ass
> +endif
> +
> FATE_SUBTITLES-$(call ENCMUX, ASS, ASS) += $(FATE_SUBTITLES_ASS-yes)
> FATE_SUBTITLES += $(FATE_SUBTITLES-yes)
>
> diff --git a/tests/ref/fate/sub-charenc b/tests/ref/fate/sub-charenc
> new file mode 100644
> index 0000000..3c4825e
> --- /dev/null
> +++ b/tests/ref/fate/sub-charenc
> @@ -0,0 +1 @@
> +a39d7e299a8e25b4ffece0f8d64bf19e
I'll apply this soon if I see no comment.
--
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20130222/f1bbdc55/attachment.asc>
More information about the ffmpeg-devel
mailing list