[FFmpeg-devel] [PATCH]Addedd Kate demuxer and decoder

2014-10-21 Thread Hima Dangi
diff --git a/libavformat/Makefile b/libavformat/Makefile index 86064ea..4d41283 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -433,6 +433,7 @@ OBJS-$(CONFIG_VOBSUB_DEMUXER)+= subtitles.o # mpeg demuxer is in the OBJS-$(CONFIG_VOC_DEMUXER) += vocdec.o

Re: [FFmpeg-devel] [PATCH]Addedd Kate demuxer and decoder

2014-10-21 Thread Clément Bœsch
On Tue, Oct 21, 2014 at 10:02:35PM +0530, Hima Dangi wrote: diff --git a/libavformat/Makefile b/libavformat/Makefile index 86064ea..4d41283 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile A git format-patch is prefered because it includes authorship, commit message, commit

Re: [FFmpeg-devel] [PATCH]Addedd Kate demuxer and decoder

2014-10-21 Thread Carl Eugen Hoyos
Hima Dangi hima.dangi565 at gmail.com writes: --- /dev/null +++ b/libavformat/katedec.c at at -0,0 +1,158 at at + + +/** + * at file + * Kate subtitles format demuxer + */ Please add a license header, copy it from another file. Carl Eugen