Skip to content

Commit

Permalink
新增对flv 的range 的请求
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyugui committed Dec 14, 2015
1 parent 823175c commit 7529d6b
Show file tree
Hide file tree
Showing 6 changed files with 545 additions and 20 deletions.
6 changes: 3 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

include $(top_srcdir)/build/plugins.mk

pkglib_LTLIBRARIES = drm_video.la
drm_video_la_SOURCES = drmvideo.cc video_common.h des.h des.cc flv_tag.h flv_tag.cc types.h types.cc amf.h amf.cc
drm_video_la_LDFLAGS = $(TS_PLUGIN_LDFLAGS)
pkglib_LTLIBRARIES = drm_flv.la
drm_flv_la_SOURCES = drm_flv.cc flv_common.h des.h des.cc flv_tag.h flv_tag.cc types.h types.cc amf.h amf.cc
drm_flv_la_LDFLAGS = $(TS_PLUGIN_LDFLAGS)

3 changes: 2 additions & 1 deletion amf.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@
along with FLVMeta; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "amf.h"

#include <string.h>

#include "amf.h"

/* function common to all array types */
static void amf_list_init(amf_list * list) {
Expand Down
Loading

0 comments on commit 7529d6b

Please sign in to comment.