]> iEval git - fdkaac.git/blobdiff - src/main.c
fix return type of put_type_entry() to void
[fdkaac.git] / src / main.c
index 458fe254da3877ecfa0e0c6553a194401187ee27..6453f8aa3a9a784fb6e5536625276dfd6ddcac1a 100644 (file)
@@ -470,7 +470,7 @@ END:
 }
 
 static
-int put_tag_entry(m4af_writer_t *m4af, const aacenc_tag_entry_t *tag)
+void put_tag_entry(m4af_writer_t *m4af, const aacenc_tag_entry_t *tag)
 {
     unsigned m, n = 0;
 
@@ -567,6 +567,7 @@ int put_tag_entry(m4af_writer_t *m4af, const aacenc_tag_entry_t *tag)
     case M4AF_FOURCC('t','v','e','n'):
     case M4AF_FOURCC('t','v','n','n'):
     case M4AF_FOURCC('t','v','s','h'):
+    case M4AF_FOURCC('x','i','d',' '):
     case M4AF_FOURCC('\xa9','e','n','c'):
     case M4AF_FOURCC('\xa9','s','t','3'):
         {
This page took 0.022854 seconds and 4 git commands to generate.