Commit b1a07789 authored by noobnl's avatar noobnl
Browse files

decoding/encoding fix for our bastard epic

parent f2b813c0
......@@ -28,7 +28,7 @@
#if SUPPORT_1080P
#define MMAP_BUFFER_SIZE_MMAP (70*1024*1024)
#else
#define MMAP_BUFFER_SIZE_MMAP (62*1024*1024)
#define MMAP_BUFFER_SIZE_MMAP (62*512*1024)
#endif
#define S5PC110_MFC_DEV_NAME "/dev/s3c-mfc"
......
......@@ -32,7 +32,7 @@
#define IOCTL_MFC_GET_CONFIG 0x00800102
/* MFC H/W support maximum 32 extra DPB */
#define MFC_MAX_EXTRA_DPB 5
#define MFC_MAX_EXTRA_DPB 4
#define ENC_PROFILE_LEVEL(profile, level) ((profile) | ((level) << 8))
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment