diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-06-24 10:03:26 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-06-24 10:03:26 +0000 |
commit | aca679e3042b34dd5da7cfd240d00a7776e048cf (patch) | |
tree | dbf746a63fab0abc802660e35903008fdd82babb /libvo/video_out.h | |
parent | ad7041301d3f1e95f2b425dbda00c6aeb89ed42c (diff) | |
download | mpv-aca679e3042b34dd5da7cfd240d00a7776e048cf.tar.bz2 mpv-aca679e3042b34dd5da7cfd240d00a7776e048cf.tar.xz |
Remove redundant vo_format_name, included img_format.h already provides it
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23624 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/video_out.h')
-rw-r--r-- | libvo/video_out.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h index 3efe047361..48b31a5305 100644 --- a/libvo/video_out.h +++ b/libvo/video_out.h @@ -177,7 +177,6 @@ typedef struct vo_functions_s } vo_functions_t; -const char *vo_format_name(int format); int vo_init(void); vo_functions_t* init_best_video_out(char** vo_list); |