[FFmpeg-devel] [PATCH]Give ffplay users a hint why SDL_init may have failed

Carl Eugen Hoyos cehoyos at ag.or.at
Thu Jul 7 00:22:09 CEST 2011


Stefano Sabatini <stefano.sabatini-lala <at> poste.it> writes:

> >      if (SDL_Init (flags)) {
> >          fprintf(stderr, "Could not initialize SDL - %s\n", SDL_GetError());
> > +        fprintf(stderr, "(Did you set the DISPLAY variable?)\n");
> >          exit(1);
> >      } 
> 
> No objections from me. Did you experience this issue?

No, a user did in ticket #276.

Carl Eugen



More information about the ffmpeg-devel mailing list