git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
845fb3d
)
avdevice/libdc1394: Make dc1394_frame_format and dc1394_frame_rate, static
author
Michael Niedermayer
<michael@niedermayer.cc>
Sun, 30 Aug 2015 10:42:42 +0000
(12:42 +0200)
committer
Michael Niedermayer
<michael@niedermayer.cc>
Sun, 30 Aug 2015 11:10:11 +0000
(13:10 +0200)
These are not used outside nor are in installed headers
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavdevice/libdc1394.c
patch
|
blob
|
history
diff --git
a/libavdevice/libdc1394.c
b/libavdevice/libdc1394.c
index
5f49c5e
..
6868e9c
100644
(file)
--- a/
libavdevice/libdc1394.c
+++ b/
libavdevice/libdc1394.c
@@
-71,7
+71,7
@@
typedef struct dc1394_data {
AVPacket packet;
} dc1394_data;
-struct dc1394_frame_format {
+st
atic const st
ruct dc1394_frame_format {
int width;
int height;
enum AVPixelFormat pix_fmt;
@@
-84,7
+84,7
@@
struct dc1394_frame_format {
{ 0, 0, 0, 0 } /* gotta be the last one */
};
-struct dc1394_frame_rate {
+st
atic const st
ruct dc1394_frame_rate {
int frame_rate;
int frame_rate_id;
} dc1394_frame_rates[] = {