mirror of
https://github.com/rofafor/vdr-plugin-femon.git
synced 2023-10-10 11:36:53 +00:00
Cleaned up translations and warnings.
This commit is contained in:
parent
3d994be0b7
commit
56b9b89204
@ -119,7 +119,7 @@ bool cFemonH264::processVideo(const uint8_t *buf, int len)
|
||||
if (!aud_found) {
|
||||
switch (buf[4] >> 5) {
|
||||
case 0: case 3: case 5: // I_FRAME
|
||||
//Dprintf("H.264: Found NAL AUD at offset %d/%d\n", buf - start, len);
|
||||
//Dprintf("H.264: Found NAL AUD at offset %d/%d\n", int(buf - start), len);
|
||||
aud_found = true;
|
||||
break;
|
||||
case 1: case 4: case 6: // P_FRAME;
|
||||
@ -132,7 +132,7 @@ bool cFemonH264::processVideo(const uint8_t *buf, int len)
|
||||
|
||||
case NAL_SPS:
|
||||
if (!sps_found) {
|
||||
//Dprintf("H.264: Found NAL SPS at offset %d/%d\n", buf - start, len);
|
||||
//Dprintf("H.264: Found NAL SPS at offset %d/%d\n", int(buf - start), len);
|
||||
int nal_len = nalUnescape(nal_data, buf + 4, int(end - buf - 4));
|
||||
consumed = parseSPS(nal_data, nal_len);
|
||||
if (consumed > 0)
|
||||
@ -142,7 +142,7 @@ bool cFemonH264::processVideo(const uint8_t *buf, int len)
|
||||
|
||||
case NAL_SEI:
|
||||
if (!sei_found) {
|
||||
//Dprintf("H.264: Found NAL SEI at offset %d/%d\n", buf - start, len);
|
||||
//Dprintf("H.264: Found NAL SEI at offset %d/%d\n", iny(buf - start), len);
|
||||
int nal_len = nalUnescape(nal_data, buf + 4, int(end - buf - 4));
|
||||
consumed = parseSEI(nal_data, nal_len);
|
||||
if (consumed > 0)
|
||||
|
21
po/zh_CN.po
21
po/zh_CN.po
@ -7,12 +7,12 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: femon 1.7.3\n"
|
||||
"Report-Msgid-Bugs-To: Rolf Ahrenberg\n"
|
||||
"POT-Creation-Date: 2009-03-01 13:41+0800\n"
|
||||
"POT-Creation-Date: 2009-08-29 20:57+0300\n"
|
||||
"PO-Revision-Date: 2009-09-21 21:36+0800\n"
|
||||
"Last-Translator: NanFeng <nfgx@21cn.com>\n"
|
||||
"Language-Team: <vdr@linuxtv.org>\n"
|
||||
"Language-Team: <vdr@linuxtv.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
msgid "DVB Signal Information Monitor (OSD)"
|
||||
@ -87,15 +87,6 @@ msgstr "位置"
|
||||
msgid "Define the position of OSD."
|
||||
msgstr "确定菜单的位置."
|
||||
|
||||
msgid "Define the height of OSD."
|
||||
msgstr "确定菜单的高度."
|
||||
|
||||
msgid "Horizontal offset"
|
||||
msgstr "水平偏移"
|
||||
|
||||
msgid "Define the horizontal offset of OSD."
|
||||
msgstr "确定菜单的水平偏移."
|
||||
|
||||
msgid "Red limit [%]"
|
||||
msgstr "红限制[ % ]"
|
||||
|
||||
@ -231,12 +222,6 @@ msgstr "杜比环绕声模式"
|
||||
msgid "Low Frequency Effects"
|
||||
msgstr "低频效果"
|
||||
|
||||
msgid "on"
|
||||
msgstr "开"
|
||||
|
||||
msgid "off"
|
||||
msgstr "关"
|
||||
|
||||
msgid "Dialogue Normalization"
|
||||
msgstr "对话正常化"
|
||||
|
||||
|
19
po/zh_TW.po
19
po/zh_TW.po
@ -7,12 +7,12 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: femon 1.7.3\n"
|
||||
"Report-Msgid-Bugs-To: Rolf Ahrenberg\n"
|
||||
"POT-Creation-Date: 2009-03-01 13:41+0800\n"
|
||||
"POT-Creation-Date: 2009-08-29 20:57+0300\n"
|
||||
"PO-Revision-Date: 2009-09-21 21:36+0800\n"
|
||||
"Last-Translator: NanFeng <nfgx@21cn.com>\n"
|
||||
"Language-Team: <vdr@linuxtv.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
msgid "DVB Signal Information Monitor (OSD)"
|
||||
@ -87,15 +87,6 @@ msgstr "位置"
|
||||
msgid "Define the position of OSD."
|
||||
msgstr "確定菜單的位置."
|
||||
|
||||
msgid "Define the height of OSD."
|
||||
msgstr "確定菜單的高度."
|
||||
|
||||
msgid "Horizontal offset"
|
||||
msgstr "水平偏移"
|
||||
|
||||
msgid "Define the horizontal offset of OSD."
|
||||
msgstr "確定菜單的水平偏移."
|
||||
|
||||
msgid "Red limit [%]"
|
||||
msgstr "紅限制[ % ]"
|
||||
|
||||
@ -231,12 +222,6 @@ msgstr "杜比環繞聲模式"
|
||||
msgid "Low Frequency Effects"
|
||||
msgstr "低頻效果"
|
||||
|
||||
msgid "on"
|
||||
msgstr "開"
|
||||
|
||||
msgid "off"
|
||||
msgstr "關"
|
||||
|
||||
msgid "Dialogue Normalization"
|
||||
msgstr "對話正常化"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user