octave-patch-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-patch-tracker] [patch #7988] aviread - import a series of frames


From: anonymous
Subject: [Octave-patch-tracker] [patch #7988] aviread - import a series of frames at a time
Date: Tue, 02 Apr 2013 18:05:42 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0

Follow-up Comment #1, patch #7988 (project octave):

I just realised that the array storing the frame numbers should be an uint
array rather than a double, so

-    unsigned int framenr = (unsigned int)args(1).scalar_value();
+    uint32NDArray nf = args(1).array_value();

Sorry for missing that.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?7988>

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]