Skip to content
Snippets Groups Projects
Commit 91e49ddc authored by Pierre Duchemin's avatar Pierre Duchemin Committed by Adrien Béraud
Browse files

prefs: HW encoding is not considered experimental anymore

Change-Id: I333e89378bdd69d8c36c9e3d453d454c588b914c
parent b38cfc09
No related branches found
No related tags found
No related merge requests found
...@@ -96,7 +96,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. ...@@ -96,7 +96,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_alignParentStart="true" android:layout_alignParentStart="true"
android:layout_centerVertical="true" android:layout_centerVertical="true"
android:contentDescription="@string/pref_hwEncode_summary"
app:srcCompat="@drawable/baseline_memory_24" app:srcCompat="@drawable/baseline_memory_24"
android:layout_marginEnd="32dp"/> android:layout_marginEnd="32dp"/>
......
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
android:defaultValue="true" android:defaultValue="true"
android:icon="@drawable/baseline_memory_24" android:icon="@drawable/baseline_memory_24"
android:key="video_hwenc" android:key="video_hwenc"
android:summary="@string/pref_hwEncode_summary"
android:title="@string/pref_hwEncode_title" /> android:title="@string/pref_hwEncode_title" />
<ListPreference <ListPreference
......
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
android:defaultValue="true" android:defaultValue="true"
android:icon="@drawable/baseline_memory_24" android:icon="@drawable/baseline_memory_24"
android:key="video_hwenc" android:key="video_hwenc"
android:summary="@string/pref_hwEncode_summary"
android:title="@string/pref_hwEncode_title" /> android:title="@string/pref_hwEncode_title" />
<ListPreference <ListPreference
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment