mpv/sub
wm4 2c114db2f1 sd_lavc: remove ineffective code
It makes no sense to set the packet duration, because libavcodec doesn't
know the timebase. And in fact, no subtitle decoder accesses the packet
duration, except text subtitle converters, which are not relevant here.
So this code did nothing - drop it.

Also fix a blatantly incorrect comment.
2014-08-24 12:26:34 +02:00
..
ass_mp.c ass: remove some pointless ifdeffery 2014-07-22 20:49:01 +02:00
ass_mp.h sub: fix undefined behavior in ASS color calculation 2014-05-10 10:44:16 +02:00
dec_sub.c sub: prefer ffmpeg microdvd converter over internal one 2014-06-15 21:10:38 +02:00
dec_sub.h
draw_bmp.c video: introduce failure path for image allocations 2014-06-17 22:43:43 +02:00
draw_bmp.h
find_subfiles.c build: include <strings.h> for strcasecmp() 2014-07-10 08:29:32 +02:00
find_subfiles.h
img_convert.c video: introduce failure path for image allocations 2014-06-17 22:43:43 +02:00
img_convert.h
osd.c Revert "Remove DVD and Bluray support" 2014-07-15 01:49:02 +02:00
osd.h Revert "Remove DVD and Bluray support" 2014-07-15 01:49:02 +02:00
osd_dummy.c sub: uglify OSD code path with locking 2014-01-18 01:27:43 +01:00
osd_font.otf osd+osc: Add left-arrow to osd-font 2014-08-21 18:45:41 +02:00
osd_libass.c sub: uglify OSD code path with locking 2014-01-18 01:27:43 +01:00
osd_state.h video/out: change aspects of OSD handling 2014-06-15 20:53:15 +02:00
sd.h demux_libass: change how external ASS subtitles are loaded 2014-03-15 22:17:51 +01:00
sd_ass.c sub: add option to workaround broken mkv files 2014-08-14 23:59:35 +02:00
sd_lavc.c sd_lavc: remove ineffective code 2014-08-24 12:26:34 +02:00
sd_lavc_conv.c Remove some more unneeded version checks 2014-03-16 13:19:28 +01:00
sd_lavf_srt.c
sd_microdvd.c Audit and replace all ctype.h uses 2014-07-01 23:11:08 +02:00
sd_movtext.c
sd_srt.c build: include <strings.h> for strcasecmp() 2014-07-10 08:29:32 +02:00