diff rtsp.c @ 1472:49d5a5ca2987 libavformat

get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_ID_AAC where used
author bcoudurier
date Thu, 09 Nov 2006 11:37:30 +0000
parents c0235bab9e92
children 958decd51c1f
line wrap: on
line diff
--- a/rtsp.c	Thu Nov 09 00:09:27 2006 +0000
+++ b/rtsp.c	Thu Nov 09 11:37:30 2006 +0000
@@ -251,7 +251,7 @@
 {
     switch (codec->codec_id) {
         case CODEC_ID_MPEG4:
-        case CODEC_ID_MPEG4AAC:
+        case CODEC_ID_AAC:
             if (!strcmp(attr, "config")) {
                 /* decode the hexa encoded parameter */
                 int len = hex_to_data(NULL, value);