[vlc-commits] mediacodec: Update a comment with the current state of affairs

Martin Storsjö git at videolan.org
Wed Jan 30 12:32:19 CET 2013


vlc | branch: master | Martin Storsjö <martin at martin.st> | Wed Jan 30 12:54:05 2013 +0200| [5290741dc88b5e91b09ea69ae668a42abead82ae] | committer: Rafaël Carré

mediacodec: Update a comment with the current state of affairs

Signed-off-by: Rafaël Carré <funman at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5290741dc88b5e91b09ea69ae668a42abead82ae
---

 modules/codec/omxil/android_mediacodec.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/codec/omxil/android_mediacodec.c b/modules/codec/omxil/android_mediacodec.c
index 246e7d1..13ec673 100644
--- a/modules/codec/omxil/android_mediacodec.c
+++ b/modules/codec/omxil/android_mediacodec.c
@@ -300,8 +300,8 @@ static int OpenDecoder(vlc_object_t *p_this)
     }
 
     // This method doesn't handle errors nicely, it crashes if the codec isn't found.
-    // (The same goes for createDecoderByType.) This is fixed in latest AOSP, but not
-    // in current 4.1 devices.
+    // (The same goes for createDecoderByType.) This is fixed in latest AOSP and in 4.2,
+    // but not in 4.1 devices.
     p_sys->codec = (*env)->CallStaticObjectMethod(env, p_sys->media_codec_class,
                                                   p_sys->create_by_codec_name, codec_name);
     p_sys->codec = (*env)->NewGlobalRef(env, p_sys->codec);



More information about the vlc-commits mailing list