Skip to content
Snippets Groups Projects
Commit 0ba9fb3e authored by Thomas Guillem's avatar Thomas Guillem Committed by Jean-Baptiste Kempf
Browse files

core: move block.c to frame.c

No functional changes

Refs #18762
parent d1a5137a
No related branches found
No related tags found
1 merge request!744core: split block_t into vlc_frame_t and block_t
...@@ -88,11 +88,11 @@ src/libvlc.c ...@@ -88,11 +88,11 @@ src/libvlc.c
src/libvlc.h src/libvlc.h
src/libvlc-module.c src/libvlc-module.c
src/misc/actions.c src/misc/actions.c
src/misc/block.c
src/misc/cpu.c src/misc/cpu.c
src/misc/es_format.c src/misc/es_format.c
src/misc/events.c src/misc/events.c
src/misc/filter_chain.c src/misc/filter_chain.c
src/misc/frame.c
src/misc/image.c src/misc/image.c
src/misc/md5.c src/misc/md5.c
src/misc/messages.c src/misc/messages.c
......
...@@ -363,7 +363,7 @@ libvlccore_la_SOURCES = \ ...@@ -363,7 +363,7 @@ libvlccore_la_SOURCES = \
misc/probe.c \ misc/probe.c \
misc/rand.c \ misc/rand.c \
misc/mtime.c \ misc/mtime.c \
misc/block.c \ misc/frame.c \
misc/fifo.c \ misc/fifo.c \
misc/fourcc.c \ misc/fourcc.c \
misc/fourcc_list.h \ misc/fourcc_list.h \
......
/***************************************************************************** /*****************************************************************************
* block.c: Data blocks management functions * frame.c: frames management functions
***************************************************************************** *****************************************************************************
* Copyright (C) 2003-2004 VLC authors and VideoLAN * Copyright (C) 2003-2004 VLC authors and VideoLAN
* Copyright (C) 2007-2009 Rémi Denis-Courmont * Copyright (C) 2007-2009 Rémi Denis-Courmont
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment