mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-09 23:00:21 +00:00
media: tegra-vde: remove unused struct 'tegra_vde_h264_frame'
'tegra_vde_h264_frame' has been unused since commit 313db7d235a0 ("media: staging: tegra-vde: Remove legacy UAPI support"). Remove it. Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
This commit is contained in:
parent
4f72947c69
commit
6c173766a5
@ -19,11 +19,6 @@
|
||||
#define FLAG_B_FRAME 0x1
|
||||
#define FLAG_REFERENCE 0x2
|
||||
|
||||
struct tegra_vde_h264_frame {
|
||||
unsigned int frame_num;
|
||||
unsigned int flags;
|
||||
};
|
||||
|
||||
struct tegra_vde_h264_decoder_ctx {
|
||||
unsigned int dpb_frames_nb;
|
||||
unsigned int dpb_ref_frames_with_earlier_poc_nb;
|
||||
|
@ -47,7 +47,6 @@ struct iommu_group;
|
||||
struct iommu_domain;
|
||||
struct reset_control;
|
||||
struct dma_buf_attachment;
|
||||
struct tegra_vde_h264_frame;
|
||||
struct tegra_vde_h264_decoder_ctx;
|
||||
|
||||
struct tegra_video_frame {
|
||||
|
Loading…
x
Reference in New Issue
Block a user