diff libmpdemux/stheader.h @ 31925:616375aefdda

Print subtitle type also for internally-supported types with a libavcodec decoder.
author reimar
date Sat, 21 Aug 2010 16:04:18 +0000
parents 55dacfca4a43
children 6ee39df47be0
line wrap: on
line diff
--- a/libmpdemux/stheader.h	Sat Aug 21 11:54:04 2010 +0000
+++ b/libmpdemux/stheader.h	Sat Aug 21 16:04:18 2010 +0000
@@ -140,6 +140,8 @@
 void free_sh_audio(demuxer_t *demuxer, int id);
 void free_sh_video(sh_video_t *sh);
 
+const char *sh_sub_type2str(int type);
+
 // video.c:
 int video_read_properties(sh_video_t *sh_video);
 int video_read_frame(sh_video_t* sh_video,float* frame_time_ptr,unsigned char** start,int force_fps);