Merge "Update reference in comment with location of MediaDefs.cpp" am: a80dec17da

Original change: https://android-review.googlesource.com/c/platform/system/hardware/interfaces/+/2334333

Change-Id: Iaefb49cc57e7d8343b380963cd6d20807829a61f
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/media/aidl/android/media/audio/common/AudioFormatDescription.aidl b/media/aidl/android/media/audio/common/AudioFormatDescription.aidl
index 57f2bdb..c174885 100644
--- a/media/aidl/android/media/audio/common/AudioFormatDescription.aidl
+++ b/media/aidl/android/media/audio/common/AudioFormatDescription.aidl
@@ -59,9 +59,9 @@
      * IEC-61937. Note that 'type == NON_PCM' in this case.
      *
      * Encoding names mostly follow IANA standards for media types (MIME), and
-     * frameworks/av/media/libstagefright/foundation/MediaDefs.cpp with the
-     * latter having priority.  Since there are still many audio types not found
-     * in any of these lists, the following rules are applied:
+     * frameworks/av/media/module/foundation/MediaDefs.cpp with the latter
+     * having priority. Since there are still many audio types not found in any
+     * of these lists, the following rules are applied:
      *
      *   - If there is a direct MIME type for the encoding, the MIME type name
      *     is used as is, e.g. "audio/eac3" for the EAC-3 format.