1
0
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:
Rolf Ahrenberg 2009-09-26 11:54:31 +03:00
parent 3d994be0b7
commit 56b9b89204
3 changed files with 256 additions and 286 deletions

View File

@ -119,7 +119,7 @@ bool cFemonH264::processVideo(const uint8_t *buf, int len)
if (!aud_found) { if (!aud_found) {
switch (buf[4] >> 5) { switch (buf[4] >> 5) {
case 0: case 3: case 5: // I_FRAME 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; aud_found = true;
break; break;
case 1: case 4: case 6: // P_FRAME; case 1: case 4: case 6: // P_FRAME;
@ -132,7 +132,7 @@ bool cFemonH264::processVideo(const uint8_t *buf, int len)
case NAL_SPS: case NAL_SPS:
if (!sps_found) { 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)); int nal_len = nalUnescape(nal_data, buf + 4, int(end - buf - 4));
consumed = parseSPS(nal_data, nal_len); consumed = parseSPS(nal_data, nal_len);
if (consumed > 0) if (consumed > 0)
@ -142,7 +142,7 @@ bool cFemonH264::processVideo(const uint8_t *buf, int len)
case NAL_SEI: case NAL_SEI:
if (!sei_found) { 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)); int nal_len = nalUnescape(nal_data, buf + 4, int(end - buf - 4));
consumed = parseSEI(nal_data, nal_len); consumed = parseSEI(nal_data, nal_len);
if (consumed > 0) if (consumed > 0)

View File

@ -7,12 +7,12 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: femon 1.7.3\n" "Project-Id-Version: femon 1.7.3\n"
"Report-Msgid-Bugs-To: Rolf Ahrenberg\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" "PO-Revision-Date: 2009-09-21 21:36+0800\n"
"Last-Translator: NanFeng <nfgx@21cn.com>\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" "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" "Content-Transfer-Encoding: 8bit\n"
msgid "DVB Signal Information Monitor (OSD)" msgid "DVB Signal Information Monitor (OSD)"
@ -87,15 +87,6 @@ msgstr "位置"
msgid "Define the position of OSD." msgid "Define the position of OSD."
msgstr "确定菜单的位置." msgstr "确定菜单的位置."
msgid "Define the height of OSD."
msgstr "确定菜单的高度."
msgid "Horizontal offset"
msgstr "水平偏移"
msgid "Define the horizontal offset of OSD."
msgstr "确定菜单的水平偏移."
msgid "Red limit [%]" msgid "Red limit [%]"
msgstr "红限制[ ]" msgstr "红限制[ ]"
@ -231,12 +222,6 @@ msgstr "杜比环绕声模式"
msgid "Low Frequency Effects" msgid "Low Frequency Effects"
msgstr "低频效果" msgstr "低频效果"
msgid "on"
msgstr "开"
msgid "off"
msgstr "关"
msgid "Dialogue Normalization" msgid "Dialogue Normalization"
msgstr "对话正常化" msgstr "对话正常化"

View File

@ -7,12 +7,12 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: femon 1.7.3\n" "Project-Id-Version: femon 1.7.3\n"
"Report-Msgid-Bugs-To: Rolf Ahrenberg\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" "PO-Revision-Date: 2009-09-21 21:36+0800\n"
"Last-Translator: NanFeng <nfgx@21cn.com>\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" "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" "Content-Transfer-Encoding: 8bit\n"
msgid "DVB Signal Information Monitor (OSD)" msgid "DVB Signal Information Monitor (OSD)"
@ -87,15 +87,6 @@ msgstr "位置"
msgid "Define the position of OSD." msgid "Define the position of OSD."
msgstr "確定菜單的位置." msgstr "確定菜單的位置."
msgid "Define the height of OSD."
msgstr "確定菜單的高度."
msgid "Horizontal offset"
msgstr "水平偏移"
msgid "Define the horizontal offset of OSD."
msgstr "確定菜單的水平偏移."
msgid "Red limit [%]" msgid "Red limit [%]"
msgstr "紅限制[ ]" msgstr "紅限制[ ]"
@ -231,12 +222,6 @@ msgstr "杜比環繞聲模式"
msgid "Low Frequency Effects" msgid "Low Frequency Effects"
msgstr "低頻效果" msgstr "低頻效果"
msgid "on"
msgstr "開"
msgid "off"
msgstr "關"
msgid "Dialogue Normalization" msgid "Dialogue Normalization"
msgstr "對話正常化" msgstr "對話正常化"