changeset 3522:dfb9739dd2dc libavformat

Inform the user about unhandled sectors.
author michael
date Thu, 26 Jun 2008 23:05:21 +0000
parents b068f51d1c6e
children 2f27f367900e
files psxstr.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/psxstr.c	Thu Jun 26 23:02:42 2008 +0000
+++ b/psxstr.c	Thu Jun 26 23:05:21 2008 +0000
@@ -230,6 +230,7 @@
                 return 0;
             break;
         default:
+            av_log(s, AV_LOG_WARNING, "Unknown sector type %02X\n", sector[0x12]);
             /* drop the sector and move on */
             break;
         }