msdk: libva: remove unnecessary code and comments

https://bugzilla.gnome.org/show_bug.cgi?id=794276
This commit is contained in:
Hyunjun Ko 2018-03-13 14:21:40 -08:00 committed by Sreerenj Balachandran
parent 6547b638c5
commit 52f669bf43

View file

@ -29,11 +29,6 @@
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
/* TODO:
* - discover dri_path instead of having it hardcoded
*/
#include <fcntl.h>
#include <unistd.h>
@ -41,9 +36,6 @@
#include "msdk.h"
#include "msdk_libva.h"
GST_DEBUG_CATEGORY_EXTERN (gst_msdkenc_debug);
#define GST_CAT_DEFAULT gst_msdkenc_debug
struct fourcc_map
{
mfxU32 mfx_fourcc;