1.1 --- a/HISTORY Sun Dec 12 11:53:00 2010 +0100
1.2 +++ b/HISTORY Sun Dec 12 12:15:17 2010 +0100
1.3 @@ -1,6 +1,12 @@
1.4 VDR Plugin Revision History
1.5 ---------------------------
1.6
1.7 +: Version 0.10.x (vdr 1.6.0-2)
1.8 +- Added a setup option to switch prev/next remote keys from chapter jump to
1.9 + playlist jump.
1.10 +- Fixed compiling without OGG library.
1.11 +- Fixed image_convert.sh.examples for newer mjpegtools.
1.12 +
1.13 29.12.2009: Version 0.10.2 (vdr 1.6.0-2)
1.14 - Fixed a segfault while direct song selection. Thanks to Halim Sahin for
1.15 reporting.
2.1 --- a/examples/image_convert.sh.example Sun Dec 12 11:53:00 2010 +0100
2.2 +++ b/examples/image_convert.sh.example Sun Dec 12 12:15:17 2010 +0100
2.3 @@ -55,7 +55,7 @@
2.4 # 'chroma subsampling mode' mjpegtools >= 1.8.0
2.5 #
2.6 SUBSAMPLINGMODE=""
2.7 -if ppmtoy4m -h | egrep -q "'420mpeg2'"; then
2.8 +if ppmtoy4m -h 2>&1 | egrep -q "'420mpeg2'"; then
2.9 SUBSAMPLINGMODE="-S 420mpeg2"
2.10 fi
2.11 #