Skip to content

Commit

Permalink
Merge commit 'bd49be885e9ad6bae599c54473ba2fa2957eb140'
Browse files Browse the repository at this point in the history
* commit 'bd49be885e9ad6bae599c54473ba2fa2957eb140':
  avconv_vdpau: use the hwcontext API to simplify code

Tested-by: wm4
Merged-by: Derek Buitenhuis <[email protected]>
  • Loading branch information
dwbuiten committed Feb 17, 2016
2 parents d779d8d + bd49be8 commit 6b706ce
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 226 deletions.
1 change: 0 additions & 1 deletion ffmpeg.h
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,6 @@ extern int stdin_interaction;
extern int frame_bits_per_raw_sample;
extern AVIOContext *progress_avio;
extern float max_error_rate;
extern int vdpau_api_ver;
extern char *videotoolbox_pixfmt;

extern const AVIOInterruptCB int_cb;
Expand Down
3 changes: 0 additions & 3 deletions ffmpeg_opt.c
Original file line number Diff line number Diff line change
Expand Up @@ -3361,9 +3361,6 @@ const OptionDef options[] = {
{ "hwaccel_device", OPT_VIDEO | OPT_STRING | HAS_ARG | OPT_EXPERT |
OPT_SPEC | OPT_INPUT, { .off = OFFSET(hwaccel_devices) },
"select a device for HW acceleration", "devicename" },
#if HAVE_VDPAU_X11
{ "vdpau_api_ver", HAS_ARG | OPT_INT | OPT_EXPERT, { &vdpau_api_ver }, "" },
#endif
#if CONFIG_VDA || CONFIG_VIDEOTOOLBOX
{ "videotoolbox_pixfmt", HAS_ARG | OPT_STRING | OPT_EXPERT, { &videotoolbox_pixfmt}, "" },
#endif
Expand Down
Loading

0 comments on commit 6b706ce

Please sign in to comment.