mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-15 19:40:07 +01:00
lavc/mediacodec: use more meaningful filenames
Adds the following changes:
* mediacodecdec.{c,h} -> mediacodecdec_common.{c,h}
* mediacodecdec_h2645.c -> mediacodecdec.c
This commit is contained in:
@@ -27,9 +27,9 @@
|
||||
#include "libavutil/mem.h"
|
||||
|
||||
#include "avcodec.h"
|
||||
#include "mediacodecdec.h"
|
||||
#include "mediacodec_wrapper.h"
|
||||
#include "mediacodec_sw_buffer.h"
|
||||
#include "mediacodecdec_common.h"
|
||||
|
||||
#define QCOM_TILE_WIDTH 64
|
||||
#define QCOM_TILE_HEIGHT 32
|
||||
|
||||
Reference in New Issue
Block a user